Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: au8522: improve formatting

This patch fixes the following scripts/checkpatch.pl errors:

ERROR: space required before the open parenthesis '('
+ switch(input) {

Suggested-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Daniel W. S. Almeida and committed by
Mauro Carvalho Chehab
c1249513 f19dfd26

+1 -1
+1 -1
drivers/media/dvb-frontends/au8522_decoder.c
··· 562 562 { 563 563 struct au8522_state *state = to_state(sd); 564 564 565 - switch(input) { 565 + switch (input) { 566 566 case AU8522_COMPOSITE_CH1: 567 567 case AU8522_SVIDEO_CH13: 568 568 case AU8522_COMPOSITE_CH4_SIF: