Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

netdevsim: remove unneeded semicolon

Eliminate the following coccicheck warning:
drivers/net/netdevsim/fib.c:569:2-3: Unneeded semicolon

Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Qiheng Lin and committed by
David S. Miller
be107538 3b2c32f9

+1 -1
+1 -1
drivers/net/netdevsim/fib.c
··· 566 566 err_fib6_rt_nh_del: 567 567 for (i--; i >= 0; i--) { 568 568 nsim_fib6_rt_nh_del(fib6_rt, rt_arr[i]); 569 - }; 569 + } 570 570 nsim_fib_rt_fini(&fib6_rt->common); 571 571 kfree(fib6_rt); 572 572 return ERR_PTR(err);