Commit 98b38bb4 authored by Daniel W. S. Almeida's avatar Daniel W. S. Almeida Committed by Mauro Carvalho Chehab

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: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarDaniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 02a5830f
...@@ -290,7 +290,8 @@ static int as102_fe_get_frontend(struct dvb_frontend *fe, ...@@ -290,7 +290,8 @@ static int as102_fe_get_frontend(struct dvb_frontend *fe,
} }
static int as102_fe_get_tune_settings(struct dvb_frontend *fe, static int as102_fe_get_tune_settings(struct dvb_frontend *fe,
struct dvb_frontend_tune_settings *settings) { struct dvb_frontend_tune_settings *settings)
{
settings->min_delay_ms = 1000; settings->min_delay_ms = 1000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment