]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/scsi/fcoe/fcoe.c
scsi: fcoe: make use of fip_mode enum complete
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / fcoe / fcoe.c
index f46b312d04bc9c27c9d404c373222a8f3ff51cd5..6768b2e8148a2db0100ff92d0b4067dc58be770a 100644 (file)
@@ -390,7 +390,7 @@ static int fcoe_interface_setup(struct fcoe_interface *fcoe,
  * Returns: pointer to a struct fcoe_interface or NULL on error
  */
 static struct fcoe_interface *fcoe_interface_create(struct net_device *netdev,
-                                                   enum fip_state fip_mode)
+                                                   enum fip_mode fip_mode)
 {
        struct fcoe_ctlr_device *ctlr_dev;
        struct fcoe_ctlr *ctlr;