]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf, docs: Fix non-standard line break
authorWangYuli <wangyuli@uniontech.com>
Wed, 23 Apr 2025 03:06:32 +0000 (11:06 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 24 Apr 2025 14:46:04 +0000 (07:46 -0700)
commit4cc20482143c6dd009ea0c99762bb4bdeac98ec2
treea658499eb0d2174458028a64703803cb3f08d90e
parent60400cd2b9bed537e6a2a8b580cfc3271e1aa672
bpf, docs: Fix non-standard line break

Even though the kernel's coding-style document does not explicitly
state this, we generally put a newline after the semicolon of every
C language statement to enhance code readability.

Adjust the placement of newlines to adhere to this convention.

Reported-by: Chen Linxuan <chenlinxuan@uniontech.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
Link: https://lore.kernel.org/r/DB66473733449DB0+20250423030632.17626-1-wangyuli@uniontech.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Documentation/bpf/bpf_iterators.rst