diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2012-12-10 21:37:10 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 19:27:13 +0100 |
commit | 908498349562ff6614d570b40e904a20d397dafa (patch) | |
tree | f0facaba500e785cab71a942a7b728e40a296b67 /drivers/media/usb/dvb-usb/m920x.c | |
parent | [media] dvb-usb: fix indentation of a for loop (diff) | |
download | linux-908498349562ff6614d570b40e904a20d397dafa.tar.xz linux-908498349562ff6614d570b40e904a20d397dafa.zip |
[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/m920x.c')
-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 }, |