From: Antoine Jacquet Date: Mon, 18 Aug 2008 21:38:51 +0000 (-0300) Subject: V4L/DVB (8739): dtv5100: remove prohibited space... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=664b11fc725830b59265cd9ec35a4396514d2b26;p=linux-beck.git V4L/DVB (8739): dtv5100: remove prohibited space... Signed-off-by: Antoine Jacquet Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-usb/dtv5100.c b/drivers/media/dvb/dvb-usb/dtv5100.c index b2e6f7ff1a08..078ce92ca436 100644 --- a/drivers/media/dvb/dvb-usb/dtv5100.c +++ b/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 */ };