* [PATCH] net/cmsg_sender: Remove a semicolon
@ 2022-07-01 9:13 Li kunyu
2022-07-01 13:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Li kunyu @ 2022-07-01 9:13 UTC (permalink / raw)
To: edumazet, kuba, pabeni, shuah
Cc: netdev, linux-kselftest, linux-kernel, Li kunyu
Remove the repeated ';' from code.
Signed-off-by: Li kunyu <kunyu@nfschina.com>
---
tools/testing/selftests/net/cmsg_sender.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/cmsg_sender.c b/tools/testing/selftests/net/cmsg_sender.c
index bc2162909a1a..75dd83e39207 100644
--- a/tools/testing/selftests/net/cmsg_sender.c
+++ b/tools/testing/selftests/net/cmsg_sender.c
@@ -456,7 +456,7 @@ int main(int argc, char *argv[])
buf[1] = 0;
} else if (opt.sock.type == SOCK_RAW) {
struct udphdr hdr = { 1, 2, htons(opt.size), 0 };
- struct sockaddr_in6 *sin6 = (void *)ai->ai_addr;;
+ struct sockaddr_in6 *sin6 = (void *)ai->ai_addr;
memcpy(buf, &hdr, sizeof(hdr));
sin6->sin6_port = htons(opt.sock.proto);
--
2.18.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/cmsg_sender: Remove a semicolon
2022-07-01 9:13 [PATCH] net/cmsg_sender: Remove a semicolon Li kunyu
@ 2022-07-01 13:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-01 13:00 UTC (permalink / raw)
To: Li kunyu
Cc: edumazet, kuba, pabeni, shuah, netdev, linux-kselftest,
linux-kernel
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 1 Jul 2022 17:13:45 +0800 you wrote:
> Remove the repeated ';' from code.
>
> Signed-off-by: Li kunyu <kunyu@nfschina.com>
> ---
> tools/testing/selftests/net/cmsg_sender.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- net/cmsg_sender: Remove a semicolon
https://git.kernel.org/netdev/net-next/c/dbdd9a28e140
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-01 13:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 9:13 [PATCH] net/cmsg_sender: Remove a semicolon Li kunyu
2022-07-01 13:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox