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

media: as102: improve formatting

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

ERROR: open brace '{' following function definitions go on the next line
+static int as102_fe_get_tune_settings(struct dvb_frontend *fe,
+ struct dvb_frontend_tune_settings *settings) {

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
98b38bb4 02a5830f

+2 -1
+2 -1
drivers/media/dvb-frontends/as102_fe.c
··· 290 290 } 291 291 292 292 static int as102_fe_get_tune_settings(struct dvb_frontend *fe, 293 - struct dvb_frontend_tune_settings *settings) { 293 + struct dvb_frontend_tune_settings *settings) 294 + { 294 295 295 296 settings->min_delay_ms = 1000; 296 297