aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2006-06-25 05:47:47 -0700
committerLinus Torvalds <[email protected]>2006-06-25 10:01:07 -0700
commit05189497d10c715bf41c05fb2fd89aa2cf7602f1 (patch)
tree505d66eb295267c4b744434fba33171729335d22 /scripts/basic
parent5d18639a833e9f034b055dcbb16a980be627f475 (diff)
[PATCH] kernel-doc: drop leading space in sections
Drop leading space of kernel-doc section contents. "Section" data (contents) are split from the section header (e.g., Note: below is a section header: * Note: list_empty on entry does not return true after this, the entry is * in an undefined state. ). Currently the data/contents begins with a space and is left that way, which causes it to look bad when printed (in text mode; see example below), so just remove the leading space. Note: list_empty on entry does not return true after this, the entry is in an undefined state. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions