1. 05 12月, 2009 13 次提交
  2. 11 9月, 2009 13 次提交
  3. 23 8月, 2009 4 次提交
  4. 22 6月, 2009 1 次提交
  5. 27 4月, 2009 3 次提交
  6. 03 4月, 2009 1 次提交
  7. 13 3月, 2009 1 次提交
    • F
      [SCSI] libfc: fix compile warning · 6e7490c7
      FUJITA Tomonori 提交于
      I got the following warnings on IA64:
      
      drivers/scsi/libfc/fc_lport.c: In function 'fc_lport_recv_flogi_req':
      drivers/scsi/libfc/fc_lport.c:788: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
      drivers/scsi/libfc/fc_lport.c:792: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
      scsi/libfc/fc_rport.c: In function 'fc_rport_recv_plogi_req':
      /home/fujita/git/linux-2.6/drivers/scsi/libfc/fc_rport.c:968: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64'
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Cc: Robert Love <robert.w.love@intel.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      6e7490c7
  8. 10 3月, 2009 1 次提交
    • R
      [SCSI] libfc, fcoe: Fix kerneldoc comments · 34f42a07
      Robert Love 提交于
      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: NRobert Love <robert.w.love@intel.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      34f42a07
  9. 07 3月, 2009 3 次提交