aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
authorRobert Love <robert.w.love@intel.com>2009-02-27 13:55:45 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-03-10 10:04:40 -0400
commit34f42a070fc98f5dc07e9fa2338b7b8d1dc347eb (patch)
tree7e08edd537159be8a4fa341e7022cafd6f13b9e4 /include/scsi/libfc.h
parent0ae4d4ae47d2ccbcad813b0d6d8fe12590c7d648 (diff)
[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>
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index 282829cdf352..a2e126b86e3e 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -665,7 +665,7 @@ struct fc_lport {
665 struct delayed_work disc_work; 665 struct delayed_work disc_work;
666}; 666};
667 667
668/** 668/*
669 * FC_LPORT HELPER FUNCTIONS 669 * FC_LPORT HELPER FUNCTIONS
670 *****************************/ 670 *****************************/
671static inline void *lport_priv(const struct fc_lport *lp) 671static inline void *lport_priv(const struct fc_lport *lp)
@@ -697,7 +697,7 @@ static inline void fc_lport_state_enter(struct fc_lport *lp,
697} 697}
698 698
699 699
700/** 700/*
701 * LOCAL PORT LAYER 701 * LOCAL PORT LAYER
702 *****************************/ 702 *****************************/
703int fc_lport_init(struct fc_lport *lp); 703int fc_lport_init(struct fc_lport *lp);
@@ -747,19 +747,19 @@ int fc_lport_reset(struct fc_lport *);
747int fc_set_mfs(struct fc_lport *lp, u32 mfs); 747int fc_set_mfs(struct fc_lport *lp, u32 mfs);
748 748
749 749
750/** 750/*
751 * REMOTE PORT LAYER 751 * REMOTE PORT LAYER
752 *****************************/ 752 *****************************/
753int fc_rport_init(struct fc_lport *lp); 753int fc_rport_init(struct fc_lport *lp);
754void fc_rport_terminate_io(struct fc_rport *rp); 754void fc_rport_terminate_io(struct fc_rport *rp);
755 755
756/** 756/*
757 * DISCOVERY LAYER 757 * DISCOVERY LAYER
758 *****************************/ 758 *****************************/
759int fc_disc_init(struct fc_lport *lp); 759int fc_disc_init(struct fc_lport *lp);
760 760
761 761
762/** 762/*
763 * SCSI LAYER 763 * SCSI LAYER
764 *****************************/ 764 *****************************/
765/* 765/*
@@ -820,7 +820,7 @@ int fc_change_queue_type(struct scsi_device *sdev, int tag_type);
820 */ 820 */
821void fc_fcp_destroy(struct fc_lport *); 821void fc_fcp_destroy(struct fc_lport *);
822 822
823/** 823/*
824 * ELS/CT interface 824 * ELS/CT interface
825 *****************************/ 825 *****************************/
826/* 826/*
@@ -829,7 +829,7 @@ void fc_fcp_destroy(struct fc_lport *);
829int fc_elsct_init(struct fc_lport *lp); 829int fc_elsct_init(struct fc_lport *lp);
830 830
831 831
832/** 832/*
833 * EXCHANGE MANAGER LAYER 833 * EXCHANGE MANAGER LAYER
834 *****************************/ 834 *****************************/
835/* 835/*