linux/drivers/staging/pi433
Michael Panzlaff a66a4e8e01 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>
2018-01-10 19:29:34 +01:00
..
Documentation staging: pi433: fix CamelCase for maxMinus variables 2018-01-08 16:32:23 +01:00
Kconfig staging: pi433: depends on SPI 2017-07-28 16:55:40 -07:00
Makefile staging: pi433: New driver 2017-07-16 16:58:13 +02:00
TODO staging: pi433: New driver 2017-07-16 16:58:13 +02:00
pi433_if.c staging: pi433: align function parameters with open parenthesis 2018-01-09 16:02:18 +01:00
pi433_if.h staging: pi433: remove multiple blank lines 2017-12-19 15:14:58 +01:00
rf69.c staging: pi433: Cleanup codestyle, indent statements after case labels 2018-01-10 19:29:34 +01:00
rf69.h staging: pi433: fix CamelCase for payload identifiers 2018-01-08 16:32:27 +01:00
rf69_enum.h staging: pi433: fix CamelCase for payload identifiers 2018-01-08 16:32:27 +01:00
rf69_registers.h staging: pi433: remove multiple blank lines 2017-12-19 15:14:58 +01:00