[PATCH] staging: pi433: Fixed coding style issues with braces

2017-11-12 Thread Luca Söthe
Removed a few new lines after enum and struct names because of the following bracket. Signed-off-by: Luca Söthe --- drivers/staging/pi433/pi433_if.h | 3 +-- drivers/staging/pi433/rf69_enum.h | 57 +-- 2 files changed, 20 insertions(+), 40 deletions(-) diff

[PATCH] staging: pi433: fixed coding style issues

2017-08-17 Thread Xiangyang Zhang
space required before the open parenthesis, open brace should be on previous line. Signed-off-by: Xiangyang Zhang --- drivers/staging/pi433/pi433_if.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi43