* [PATCH] Staging/frontier/tranzport: coding style fixes
@ 2014-05-28 12:52 Robin Schroer
0 siblings, 0 replies; only message in thread
From: Robin Schroer @ 2014-05-28 12:52 UTC (permalink / raw)
To: gregkh; +Cc: d, devel, linux-kernel
added newlines after declarations in two places
Signed-off-by: Robin Schroer <sulamiification@gmail.com>
---
drivers/staging/frontier/tranzport.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c
index 334ba04..2f86163 100644
--- a/drivers/staging/frontier/tranzport.c
+++ b/drivers/staging/frontier/tranzport.c
@@ -475,6 +475,7 @@ static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait)
{
struct usb_tranzport *dev;
unsigned int mask = 0;
+
dev = file->private_data;
poll_wait(file, &dev->read_wait, wait);
poll_wait(file, &dev->write_wait, wait);
@@ -937,6 +938,7 @@ static void usb_tranzport_disconnect(struct usb_interface *intf)
{
struct usb_tranzport *dev;
int minor;
+
mutex_lock(&disconnect_mutex);
dev = usb_get_intfdata(intf);
usb_set_intfdata(intf, NULL);
--
1.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-28 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 12:52 [PATCH] Staging/frontier/tranzport: coding style fixes Robin Schroer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox