diff options
author | Robert Love <robert.w.love@intel.com> | 2009-02-27 13:55:45 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-10 10:04:40 -0400 |
commit | 34f42a070fc98f5dc07e9fa2338b7b8d1dc347eb (patch) | |
tree | 7e08edd537159be8a4fa341e7022cafd6f13b9e4 /include/scsi | |
parent | 0ae4d4ae47d2ccbcad813b0d6d8fe12590c7d648 (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')
-rw-r--r-- | include/scsi/libfc.h | 14 |
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 | *****************************/ |
671 | static inline void *lport_priv(const struct fc_lport *lp) | 671 | static 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 | *****************************/ |
703 | int fc_lport_init(struct fc_lport *lp); | 703 | int fc_lport_init(struct fc_lport *lp); |
@@ -747,19 +747,19 @@ int fc_lport_reset(struct fc_lport *); | |||
747 | int fc_set_mfs(struct fc_lport *lp, u32 mfs); | 747 | int 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 | *****************************/ |
753 | int fc_rport_init(struct fc_lport *lp); | 753 | int fc_rport_init(struct fc_lport *lp); |
754 | void fc_rport_terminate_io(struct fc_rport *rp); | 754 | void fc_rport_terminate_io(struct fc_rport *rp); |
755 | 755 | ||
756 | /** | 756 | /* |
757 | * DISCOVERY LAYER | 757 | * DISCOVERY LAYER |
758 | *****************************/ | 758 | *****************************/ |
759 | int fc_disc_init(struct fc_lport *lp); | 759 | int 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 | */ |
821 | void fc_fcp_destroy(struct fc_lport *); | 821 | void 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 *); | |||
829 | int fc_elsct_init(struct fc_lport *lp); | 829 | int 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 | /* |