Skip to content

Commit

Permalink
USB: usbtmc: minor formatting cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 23f6d91 commit dca8cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/class/usbtmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,13 +1109,13 @@ static void usbtmc_disconnect(struct usb_interface *intf)
kref_put(&data->kref, usbtmc_delete);
}

static int usbtmc_suspend (struct usb_interface *intf, pm_message_t message)
static int usbtmc_suspend(struct usb_interface *intf, pm_message_t message)
{
/* this driver does not have pending URBs */
return 0;
}

static int usbtmc_resume (struct usb_interface *intf)
static int usbtmc_resume(struct usb_interface *intf)
{
return 0;
}
Expand Down

0 comments on commit dca8cd0

Please sign in to comment.