Files
Ines Qian 63781bd74a bpf: Standardize function declaration style
JIRA: https://issues.redhat.com/browse/RHEL-78291

commit fa479132845e94b60068fad01c2a9979b3efe2dc
Author: Li Jun <lijun01@kylinos.cn>
Date:   Wed Jul 30 18:50:19 2025 +0800

    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>

Signed-off-by: Ines Qian <iqian@redhat.com>
2026-04-08 13:38:14 -04:00
..