[media] [trivial] lmedm04: Fix typo
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>
This commit is contained in:
parent
db38951cce
commit
0d616ca371
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue