]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kernel/sysctl.c: Clean up indentation, replace spaces with tab.
authorFanjun Kong <bh1scw@gmail.com>
Sun, 22 May 2022 05:29:33 +0000 (13:29 +0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Mon, 8 Aug 2022 16:01:36 +0000 (09:01 -0700)
commit5bfd5d3e2ec883a3db3414a42d94d23961a790ed
tree2a656fb0aecd631d626577f895c535ab2692bbc0
parent7251ceb51af972603552fcea2db316ed2b9d95ba
kernel/sysctl.c: Clean up indentation, replace spaces with tab.

This patch fixes two coding style issues:
1. Clean up indentation, replace spaces with tab
2. Add space after ','

Signed-off-by: Fanjun Kong <bh1scw@gmail.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/sysctl.c