USB: speedtouch: fixed brace and spacing coding style issues

Fixed brace coding style issues.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Nicolas Kaiser
2010-06-09 20:22:03 +02:00
committed by Greg Kroah-Hartman
parent ba297edde4
commit 6c4b7f70ba
2 changed files with 6 additions and 7 deletions

View File

@ -753,7 +753,9 @@ static struct usb_driver speedtch_usb_driver = {
.id_table = speedtch_usb_ids
};
static void speedtch_release_interfaces(struct usb_device *usb_dev, int num_interfaces) {
static void speedtch_release_interfaces(struct usb_device *usb_dev,
int num_interfaces)
{
struct usb_interface *cur_intf;
int i;