Skip to content

Commit

Permalink
selftests/net: remove unneeded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiapeng Chong authored and David S. Miller committed Dec 23, 2023
1 parent 826eb9b commit 6530b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static void setsockopt_checked(int sk, int optname, void *optval,
break;
default:
break;
};
}

__setsockopt_checked(sk, optname, false, optval, &len, err, cmd, tst);
}
Expand Down

0 comments on commit 6530b29

Please sign in to comment.