提交 dca8cd04 编写于 作者: O Oliver Neukum 提交者: Greg Kroah-Hartman

USB: usbtmc: minor formatting cleanups

Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 23f6d914
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册