[PATCH] Staging: media: davinci_vpfe: fix indentation issue in vpfe_video.c

2016-10-23 Thread Leo Sperling
This is a patch to the vpfe_video.c file that fixes an indentation warning reported by checkpatch.pl Signed-off-by: Leo Sperling --- drivers/staging/media/davinci_vpfe/vpfe_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/davinci_vpfe

[PATCH] Drivers: Input: Joystick: Fixed coding style issues

2016-07-29 Thread Leo Sperling
Fixed some coding style issues reported by checkpatch.pl. Mostly brackets in macros, spacing and comment style. Signed-off-by: Leo Sperling --- drivers/input/joystick/xpad.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/input/joystick/xpad.c b