]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf: Standardize function declaration style
authorLi Jun <lijun01@kylinos.cn>
Wed, 30 Jul 2025 10:50:19 +0000 (18:50 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 8 Aug 2025 02:18:03 +0000 (19:18 -0700)
commitfa479132845e94b60068fad01c2a9979b3efe2dc
tree9701010b74faebe44b195d9637635c382017a096
parent15a3b798a0264aa160072754a3847f7585694ff9
bpf: Standardize function declaration style

'noinlne' after 'int' cause
"ERROR: inline keyword should sit between storage class and type"
by checkpatch.pl

- Standardize function declaration style by moving 'noinline' modifier
- Fix asm volatile statement formatting

Signed-off-by: Li Jun <lijun01@kylinos.cn>
Link: https://lore.kernel.org/r/20250730105019.436235-1-lijun01@kylinos.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
net/bpf/test_run.c