diff options
author | Hou Tao <[email protected]> | 2021-12-10 22:16:50 +0800 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2021-12-11 17:40:23 -0800 |
commit | 9a93bf3fda3d03762868b1424e898395ffc71575 (patch) | |
tree | 9d1cb3f2255cb5f28cfbaaf8f4fd3213e9853608 /net/unix/sysctl_net_unix.c | |
parent | c5fb19937455095573a19ddcbff32e993ed10e35 (diff) |
selftests/bpf: Fix checkpatch error on empty function parameter
Fix checkpatch error: "ERROR: Bad function definition - void foo()
should probably be void foo(void)". Most replacements are done by
the following command:
sed -i 's#\([a-z]\)()$#\1(void)#g' testing/selftests/bpf/benchs/*.c
Signed-off-by: Hou Tao <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions