OSDN Git Service

[media] cx18: fix spelling mistake: "demodualtor" -> "demodulator"
authorColin Ian King <colin.king@canonical.com>
Tue, 25 Apr 2017 21:32:23 +0000 (18:32 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 10:30:36 +0000 (07:30 -0300)
trivial fix to spelling mistake and add in a white space in
a CX18_ERR error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/cx18/cx18-dvb.c

index d130d65..53f4d6b 100644 (file)
@@ -151,7 +151,7 @@ static int yuan_mpc718_mt352_reqfw(struct cx18_stream *stream,
        }
 
        if (ret) {
-               CX18_ERR("The MPC718 board variant with the MT352 DVB-Tdemodualtor will not work without it\n");
+               CX18_ERR("The MPC718 board variant with the MT352 DVB-T demodulator will not work without it\n");
                CX18_ERR("Run 'linux/Documentation/dvb/get_dvb_firmware mpc718' if you need the firmware\n");
        }
        return ret;