[media] [trivial] lmedm04: Fix typo
authorMasanari Iida <standby24x7@gmail.com>
Fri, 27 Jan 2012 12:47:04 +0000 (09:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 8 Feb 2012 12:49:21 +0000 (10:49 -0200)
Correct spelling "reseting" to "resetting" in
drivers/media/dvb/dvb-usb/lmedm04.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/lmedm04.c

index b3fe05b..291f6b1 100644 (file)
@@ -1054,7 +1054,7 @@ static int dm04_lme2510_tuner(struct dvb_usb_adapter *adap)
        if (ret)
                info("TUN Found %s tuner", tun_msg[ret]);
        else {
-               info("TUN No tuner found --- reseting device");
+               info("TUN No tuner found --- resetting device");
                lme_coldreset(adap->dev->udev);
                return -ENODEV;
        }