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.

selftests/net: remove unneeded semicolon

No functional modification involved.

./tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:121:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7771
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jiapeng Chong and committed by
David S. Miller
6530b29f 826eb9bc

+1 -1
+1 -1
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
··· 118 118 break; 119 119 default: 120 120 break; 121 - }; 121 + } 122 122 123 123 __setsockopt_checked(sk, optname, false, optval, &len, err, cmd, tst); 124 124 }