selftests/net: so_txtime: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 8 Feb 2021 09:33:38 +0000 (17:33 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Feb 2021 22:56:20 +0000 (14:56 -0800)
Eliminate the following coccicheck warning:
./tools/testing/selftests/net/so_txtime.c:199:3-4: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/so_txtime.c

index 3155fbbf644b0c1f4dffe8477360116b0ca89153..b4cca382d125491dc35ec669bf91240d2b35e289 100644 (file)
@@ -196,7 +196,7 @@ static void do_recv_errqueue_timeout(int fdt)
                default:
                        error(1, 0, "errqueue: errno %u code %u\n",
                              err->ee_errno, err->ee_code);
-               };
+               }
 
                tstamp = ((int64_t) err->ee_data) << 32 | err->ee_info;
                tstamp -= (int64_t) glob_tstart;