diff options
-rw-r--r-- | include/scsi/libfc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 96dd0b3f70d7..da5033dd8cbc 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -809,11 +809,11 @@ static inline void fc_set_wwnn(struct fc_lport *lport, u64 wwnn) | |||
809 | /** | 809 | /** |
810 | * fc_set_wwpn() - Set the World Wide Port Name of a local port | 810 | * fc_set_wwpn() - Set the World Wide Port Name of a local port |
811 | * @lport: The local port whose WWPN is to be set | 811 | * @lport: The local port whose WWPN is to be set |
812 | * @wwnn: The new WWPN | 812 | * @wwpn: The new WWPN |
813 | */ | 813 | */ |
814 | static inline void fc_set_wwpn(struct fc_lport *lport, u64 wwnn) | 814 | static inline void fc_set_wwpn(struct fc_lport *lport, u64 wwpn) |
815 | { | 815 | { |
816 | lport->wwpn = wwnn; | 816 | lport->wwpn = wwpn; |
817 | } | 817 | } |
818 | 818 | ||
819 | /** | 819 | /** |