diff options
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 | /* |