提交 26c7e7bc 编写于 作者: C Colin Ian King 提交者: Mauro Carvalho Chehab

[media] xc5000: fix spelling mistake: "calibration"

Trivial fix to spelling mistake on calibration, make Self lowercase
and re-join multiple lined printk since checkpatch allows this
coding style.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 5c45d4a9
......@@ -1184,8 +1184,7 @@ static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe, int force)
/* Start the tuner self-calibration process */
ret = xc_initialize(priv);
if (ret) {
printk(KERN_ERR
"xc5000: Can't request Self-callibration.");
printk(KERN_ERR "xc5000: Can't request self-calibration.");
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册