]> 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)
commitad78515203d8124831f5db0a6142bbd34e27891b
treea9d3e97f9c542a23d078dc3ccf883a85a9819c9d
parentff54ee5d0b6f00f3139145cf8cbe34f927225901
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