Re: [PATCH] samples: bpf: remove unneeded semicolon

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 3 Feb 2021 11:17:28 +0800 you wrote: > Eliminate the following coccicheck warning: > ./samples/bpf/cookie_uid_helper_example.c:316:3-4: Unneeded semicolon > > Reported-by: Abaci Robot > Signed-off-by: Yang Li >

[PATCH] samples: bpf: remove unneeded semicolon

2021-02-02 Thread Yang Li
Eliminate the following coccicheck warning: ./samples/bpf/cookie_uid_helper_example.c:316:3-4: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- samples/bpf/cookie_uid_helper_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git