Commit 3151878e authored by Robin Schroer's avatar Robin Schroer Committed by Greg Kroah-Hartman

Staging/frontier/tranzport: coding style fixes

added newlines after declarations in two places
Signed-off-by: default avatarRobin Schroer <sulamiification@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7b38ba17
...@@ -475,6 +475,7 @@ static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait) ...@@ -475,6 +475,7 @@ static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait)
{ {
struct usb_tranzport *dev; struct usb_tranzport *dev;
unsigned int mask = 0; unsigned int mask = 0;
dev = file->private_data; dev = file->private_data;
poll_wait(file, &dev->read_wait, wait); poll_wait(file, &dev->read_wait, wait);
poll_wait(file, &dev->write_wait, wait); poll_wait(file, &dev->write_wait, wait);
...@@ -937,6 +938,7 @@ static void usb_tranzport_disconnect(struct usb_interface *intf) ...@@ -937,6 +938,7 @@ static void usb_tranzport_disconnect(struct usb_interface *intf)
{ {
struct usb_tranzport *dev; struct usb_tranzport *dev;
int minor; int minor;
mutex_lock(&disconnect_mutex); mutex_lock(&disconnect_mutex);
dev = usb_get_intfdata(intf); dev = usb_get_intfdata(intf);
usb_set_intfdata(intf, NULL); usb_set_intfdata(intf, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment