• R
    [PATCH] kernel-doc: make parameter description indentation uniform · 27205744
    Randy Dunlap 提交于
    - In parameter descriptions, strip all whitespace between the parameter
      name (e.g., @len) and its description so that the description is
      indented uniformly in text and man page modes.  Previously, spaces
      or tabs (which are used for cleaner source code viewing) affected
      the produced output in a negative way.
    
    Before (man mode):
           to            Destination address, in user space.
           from        Source address, in kernel space.
           n              Number of bytes to copy.
    
    After (man mode):
           to          Destination address, in user space.
           from        Source address, in kernel space.
           n           Number of bytes to copy.
    
    - Fix/clarify a few function description comments.
    Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    27205744
kernel-doc 51.2 KB
新手
引导
客服 返回
顶部