提交 3beab78f 编写于 作者: P Patrick Boettcher 提交者: Linus Torvalds

[PATCH] dvb: usb: white space cleanup

white space cleanup
Signed-off-by: NPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: NJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 115eea4e
...@@ -164,7 +164,6 @@ static int vp7045_read_eeprom(struct dvb_usb_device *d,u8 *buf, int len, int off ...@@ -164,7 +164,6 @@ static int vp7045_read_eeprom(struct dvb_usb_device *d,u8 *buf, int len, int off
return 0; return 0;
} }
static int vp7045_read_mac_addr(struct dvb_usb_device *d,u8 mac[6]) static int vp7045_read_mac_addr(struct dvb_usb_device *d,u8 mac[6])
{ {
return vp7045_read_eeprom(d,mac, 6, MAC_0_ADDR); return vp7045_read_eeprom(d,mac, 6, MAC_0_ADDR);
...@@ -256,9 +255,9 @@ static struct dvb_usb_properties vp7045_properties = { ...@@ -256,9 +255,9 @@ static struct dvb_usb_properties vp7045_properties = {
static struct usb_driver vp7045_usb_driver = { static struct usb_driver vp7045_usb_driver = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.name = "dvb_usb_vp7045", .name = "dvb_usb_vp7045",
.probe = vp7045_usb_probe, .probe = vp7045_usb_probe,
.disconnect = dvb_usb_device_exit, .disconnect = dvb_usb_device_exit,
.id_table = vp7045_usb_table, .id_table = vp7045_usb_table,
}; };
/* module stuff */ /* module stuff */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册