diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-04-12 17:04:13 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-19 14:29:21 +0300 |
commit | 26c7e7bc50b85465c934140a5009d61551e51057 (patch) | |
tree | 3d841594cc9e91cf702ff4a6ce1ec58bab6e9b24 /drivers/media/tuners | |
parent | 5c45d4a9876b0027318800e930fa36df41b86270 (diff) | |
download | linux-26c7e7bc50b85465c934140a5009d61551e51057.tar.xz |
[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>
Diffstat (limited to 'drivers/media/tuners')
-rw-r--r-- | drivers/media/tuners/xc5000.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/tuners/xc5000.c b/drivers/media/tuners/xc5000.c index 91947cf1950e..e823aafce276 100644 --- a/drivers/media/tuners/xc5000.c +++ b/drivers/media/tuners/xc5000.c @@ -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; } |