Commit 0d616ca3 authored by Masanari Iida's avatar Masanari Iida Committed by Mauro Carvalho Chehab

[media] [trivial] lmedm04: Fix typo

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 avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent db38951c
...@@ -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