mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
[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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
5c45d4a987
commit
26c7e7bc50
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user