Selaa lähdekoodia

V4L/DVB (8739): dtv5100: remove prohibited space...

Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Antoine Jacquet 17 vuotta sitten
vanhempi
commit
664b11fc72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      drivers/media/dvb/dvb-usb/dtv5100.c

+ 1 - 1
drivers/media/dvb/dvb-usb/dtv5100.c

@@ -166,7 +166,7 @@ static int dtv5100_probe(struct usb_interface *intf,
 	return 0;
 }
 
-static struct usb_device_id dtv5100_table [] = {
+static struct usb_device_id dtv5100_table[] = {
 	{ USB_DEVICE(0x06be, 0xa232) },
 	{ }		/* Terminating entry */
 };