]> git.baikalelectronics.ru Git - kernel.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)
commit1d6b3daabc2976d2ca8a0fdaef566ebb8fc1692d
tree2a656fb0aecd631d626577f895c535ab2692bbc0
parentedcaa08a9650a775e9518ba0d9658f81d4f64dac
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