diff options
author | Michael Panzlaff <michael.panzlaff@fau.de> | 2018-01-09 17:20:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-10 19:29:34 +0100 |
commit | a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e (patch) | |
tree | a9d3e97f9c542a23d078dc3ccf883a85a9819c9d /drivers/iio | |
parent | 71b32612677e7716c32cb0f561d8f6514a23ce6f (diff) | |
download | linux-a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e.tar.gz linux-a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e.tar.bz2 linux-a66a4e8e01f3b607a9aa5b5ed9ca588b4c3a962e.zip |
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>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions