Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c7e7bc authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 5c45d4a9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
		}