scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.c
authorJason Yan <yanaijie@huawei.com>
Tue, 21 Apr 2020 03:40:19 +0000 (11:40 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 24 Apr 2020 22:21:15 +0000 (18:21 -0400)
Fix the following coccicheck warning:

drivers/scsi/bnx2fc/bnx2fc_fcoe.c:948:4-5: Unneeded semicolon
drivers/scsi/bnx2fc/bnx2fc_fcoe.c:968:4-5: Unneeded semicolon

Link: https://lore.kernel.org/r/20200421034019.27949-1-yanaijie@huawei.com
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c

index 1cbb431..0e33324 100644 (file)
@@ -945,7 +945,7 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event,
                                 */
                                if (interface->enabled)
                                        fcoe_ctlr_link_up(ctlr);
-                       };
+                       }
                } else if (fcoe_ctlr_link_down(ctlr)) {
                        switch (cdev->enabled) {
                        case FCOE_CTLR_DISABLED:
@@ -965,7 +965,7 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event,
                                put_cpu();
                                fcoe_clean_pending_queue(lport);
                                wait_for_upload = 1;
-                       };
+                       }
                }
        }
        mutex_unlock(&bnx2fc_dev_lock);