[SCSI] libfc, fcoe: Fix kerneldoc comments
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:Robert Love <robert.w.love@intel.com> Signed-off-by:
James Bottomley <James.Bottomley@HansenPartnership.com>
Showing
- drivers/scsi/fcoe/fc_transport_fcoe.c 38 additions, 39 deletionsdrivers/scsi/fcoe/fc_transport_fcoe.c
- drivers/scsi/fcoe/fcoe_sw.c 19 additions, 23 deletionsdrivers/scsi/fcoe/fcoe_sw.c
- drivers/scsi/fcoe/libfcoe.c 81 additions, 81 deletionsdrivers/scsi/fcoe/libfcoe.c
- drivers/scsi/libfc/fc_disc.c 23 additions, 22 deletionsdrivers/scsi/libfc/fc_disc.c
- drivers/scsi/libfc/fc_fcp.c 23 additions, 23 deletionsdrivers/scsi/libfc/fc_fcp.c
- drivers/scsi/libfc/fc_lport.c 38 additions, 39 deletionsdrivers/scsi/libfc/fc_lport.c
- drivers/scsi/libfc/fc_rport.c 23 additions, 23 deletionsdrivers/scsi/libfc/fc_rport.c
- include/scsi/libfc.h 7 additions, 7 deletionsinclude/scsi/libfc.h
Loading
Please register or sign in to comment