]> Git Repo - linux.git/commitdiff
net: libwx: Remove unneeded semicolon
authorYang Li <[email protected]>
Wed, 8 Feb 2023 00:49:59 +0000 (08:49 +0800)
committerJakub Kicinski <[email protected]>
Thu, 9 Feb 2023 04:50:31 +0000 (20:50 -0800)
./drivers/net/ethernet/wangxun/libwx/wx_lib.c:683:2-3: Unneeded semicolon

Reported-by: Abaci Robot <[email protected]>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3976
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
drivers/net/ethernet/wangxun/libwx/wx_lib.c

index 88dceece3e8a5e8bc7b60ce369de50cf765c5722..2ee286b2b17788b341a4b31bfb5f6751700f7216 100644 (file)
@@ -680,7 +680,7 @@ static int wx_poll(struct napi_struct *napi, int budget)
        if (likely(napi_complete_done(napi, work_done))) {
                if (netif_running(wx->netdev))
                        wx_intr_enable(wx, WX_INTR_Q(q_vector->v_idx));
-       };
+       }
 
        return min(work_done, budget - 1);
 }
This page took 0.059362 seconds and 4 git commands to generate.