1. 10 Mar, 2009 2 commits
    • Robert Love's avatar
      [SCSI] libfc, fcoe: Cleanup function formatting and minor typos · b2ab99c9
      Robert Love authored
      1) There were a few functions with a strange layout, i.e. all
         arguments on the second line, when not necessary.
      
         Where ever possible I moved the return value to the same line
         as the function name. However, when the line was too long
         to have a single argument on the same line I moved the
         return value to above line. For example:
      
         <short return> <function name>(<arg 1>, <arg2>)
      
         and
      
         <very long return value>
         <function name>(<arg1>,
      		   <arg2>)
      
      2) Removed one extra whitespace line
      
      3) Fixed two typos
      Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      b2ab99c9
    • Robert Love's avatar
      [SCSI] libfc, fcoe: Fix kerneldoc comments · 34f42a07
      Robert Love authored
      1) Added '()' for function names in kerneldoc comments
      
      2) Changed comment bookends from '**/' to '*/'. The comment on the the
         mailing list was that '**/' "is consistently unconventional.  Not
         wrong, just odd." The Documentation/kernel-doc-nano-HOWTO.txt
         states that kerneldoc comment blocks should end with '**/' but most
         (if not all) instance I found under drivers/scsi/ were only using
         the '*/' so I converted to that style.
      
      3) Removed incorrect linebreaks in kerneldoc comments where found
      
      4) Removed a few unnecessary blank comment lines in kerneldoc comment
         blocks
      Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      34f42a07
  2. 06 Mar, 2009 13 commits
  3. 05 Mar, 2009 1 commit
  4. 04 Mar, 2009 6 commits
  5. 03 Mar, 2009 12 commits
  6. 02 Mar, 2009 6 commits