diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2012-12-11 00:37:10 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 22:27:13 +0400 |
commit | 908498349562ff6614d570b40e904a20d397dafa (patch) | |
tree | f0facaba500e785cab71a942a7b728e40a296b67 /drivers/media/usb/dvb-usb | |
parent | a214c55121e6746f21a32eea2a06a78a7a2d12ca (diff) | |
download | linux-908498349562ff6614d570b40e904a20d397dafa.tar.xz |
[media] m920x: fix a typo in a comment
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb')
-rw-r--r-- | drivers/media/usb/dvb-usb/m920x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/m920x.c b/drivers/media/usb/dvb-usb/m920x.c index 661bb75be955..433696d14f4b 100644 --- a/drivers/media/usb/dvb-usb/m920x.c +++ b/drivers/media/usb/dvb-usb/m920x.c @@ -591,7 +591,7 @@ static struct m920x_inits tvwalkertwin_rc_init [] = { }; static struct m920x_inits pinnacle310e_init[] = { - /* without these the tuner don't work */ + /* without these the tuner doesn't work */ { 0xff20, 0x9b }, { 0xff22, 0x70 }, |