Skip to content
  • Randy Dunlap's avatar
    [PATCH] kernel-doc: drop leading space in sections · 05189497
    Randy Dunlap authored
    
    
    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: default avatarRandy Dunlap <rdunlap@xenotime.net>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    05189497