Skip to content

Commit 1132b99

Browse files
Yang Lianakryiko
authored andcommitted
samples: bpf: Remove unneeded semicolon
Eliminate the following coccicheck warning: ./samples/bpf/cookie_uid_helper_example.c:316:3-4: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 15075bb commit 1132b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bpf/cookie_uid_helper_example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ int main(int argc, char *argv[])
313313
print_table();
314314
printf("\n");
315315
sleep(1);
316-
};
316+
}
317317
} else if (cfg_test_cookie) {
318318
udp_client();
319319
}

0 commit comments

Comments
 (0)