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)
commita66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e
treea9d3e97f9c542a23d078dc3ccf883a85a9819c9d
parent71b32612677e7716c32cb0f561d8f6514a23ce6f
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