提交 caabb840 编写于 作者: M Monam Agarwal 提交者: Mauro Carvalho Chehab

[media] Staging: media: Fix quoted string split across line in as102_fe.c

This patch fixes the following checkpatch.pl issues in
as102/as102_fe.c
WARNING: quoted string split across lines
Signed-off-by: NMonam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 1d504b64
...@@ -141,8 +141,8 @@ static int as102_fe_read_status(struct dvb_frontend *fe, fe_status_t *status) ...@@ -141,8 +141,8 @@ static int as102_fe_read_status(struct dvb_frontend *fe, fe_status_t *status)
if (as10x_cmd_get_demod_stats(&dev->bus_adap, if (as10x_cmd_get_demod_stats(&dev->bus_adap,
(struct as10x_demod_stats *) &dev->demod_stats) < 0) { (struct as10x_demod_stats *) &dev->demod_stats) < 0) {
memset(&dev->demod_stats, 0, sizeof(dev->demod_stats)); memset(&dev->demod_stats, 0, sizeof(dev->demod_stats));
dprintk(debug, "as10x_cmd_get_demod_stats failed " dprintk(debug,
"(probably not tuned)\n"); "as10x_cmd_get_demod_stats failed (probably not tuned)\n");
} else { } else {
dprintk(debug, dprintk(debug,
"demod status: fc: 0x%08x, bad fc: 0x%08x, " "demod status: fc: 0x%08x, bad fc: 0x%08x, "
...@@ -555,8 +555,8 @@ static void as102_fe_copy_tune_parameters(struct as10x_tune_args *tune_args, ...@@ -555,8 +555,8 @@ static void as102_fe_copy_tune_parameters(struct as10x_tune_args *tune_args,
as102_fe_get_code_rate(params->code_rate_LP); as102_fe_get_code_rate(params->code_rate_LP);
} }
dprintk(debug, "\thierarchy: 0x%02x " dprintk(debug,
"selected: %s code_rate_%s: 0x%02x\n", "\thierarchy: 0x%02x selected: %s code_rate_%s: 0x%02x\n",
tune_args->hierarchy, tune_args->hierarchy,
tune_args->hier_select == HIER_HIGH_PRIORITY ? tune_args->hier_select == HIER_HIGH_PRIORITY ?
"HP" : "LP", "HP" : "LP",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册