]> git.baikalelectronics.ru Git - kernel.git/commit
staging: pi433: Cleanup codestyle, indent statements after case labels
authorMichael Panzlaff <michael.panzlaff@fau.de>
Tue, 9 Jan 2018 16:20:58 +0000 (17:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 18:29:34 +0000 (19:29 +0100)
commit0e070ce89260363ecf635bc241f7c327c9f96e5f
treea9d3e97f9c542a23d078dc3ccf883a85a9819c9d
parent5ba3a59ae6527b437ca2d3ca9dff54aa87efad83
staging: pi433: Cleanup codestyle, indent statements after case labels

This patch changes the indentation of the statements after case labels.
The linux coding guidelines do not explicitly mentiond this but pretty
much all existing code doesn't put any statements into the same line of
their belonging case labels. Therefore this adapts to the more usual style.

Please note that there is still a lot of > 80 character lines which will
cause checkpatch warnings. This patch does not intent to fix this
already existing issue.

Signed-off-by: Michael Panzlaff <michael.panzlaff@fau.de>
Signed-off-by: Tillmann Zipperer <tillmann.zipperer@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c