aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/fcoe/fcoe_ctlr.c')
-rw-r--r--drivers/scsi/fcoe/fcoe_ctlr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c
index eaab59afd90c..1c8fa41aa3ab 100644
--- a/drivers/scsi/fcoe/fcoe_ctlr.c
+++ b/drivers/scsi/fcoe/fcoe_ctlr.c
@@ -1978,7 +1978,7 @@ EXPORT_SYMBOL(fcoe_ctlr_recv_flogi);
1978 * 1978 *
1979 * Returns: u64 fc world wide name 1979 * Returns: u64 fc world wide name
1980 */ 1980 */
1981u64 fcoe_wwn_from_mac(unsigned char mac[MAX_ADDR_LEN], 1981u64 fcoe_wwn_from_mac(unsigned char mac[ETH_ALEN],
1982 unsigned int scheme, unsigned int port) 1982 unsigned int scheme, unsigned int port)
1983{ 1983{
1984 u64 wwn; 1984 u64 wwn;