Commit 6bfdc44
bpf, docs: Fix non-standard line break
[ Upstream commit 4cc20482143c6dd009ea0c99762bb4bdeac98ec2 ]
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 <[email protected]>
Signed-off-by: WangYuli <[email protected]>
Reviewed-by: Yanteng Si <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
[ Backport from v6.16-rc1 ]
Signed-off-by: WangYuli <[email protected]>1 parent 9788fd4 commit 6bfdc44
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
| 326 | + | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments