Commit b6d60fde authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

media: Fix typo in lmedm04.c

Correct spelling "reseting" to "resetting" in
drivers/media/dvb/dvb-usb/lmedm04.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3f4f27e1
...@@ -1054,7 +1054,7 @@ static int dm04_lme2510_tuner(struct dvb_usb_adapter *adap) ...@@ -1054,7 +1054,7 @@ static int dm04_lme2510_tuner(struct dvb_usb_adapter *adap)
if (ret) if (ret)
info("TUN Found %s tuner", tun_msg[ret]); info("TUN Found %s tuner", tun_msg[ret]);
else { else {
info("TUN No tuner found --- reseting device"); info("TUN No tuner found --- resetting device");
lme_coldreset(adap->dev->udev); lme_coldreset(adap->dev->udev);
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment