[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140528125245.GA20824@shodan.fritz.box>
Date: Wed, 28 May 2014 14:52:45 +0200
From: Robin Schroer <sulamiification@...il.com>
To: gregkh@...uxfoundation.org
Cc: d@...libre.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Staging/frontier/tranzport: coding style fixes
added newlines after declarations in two places
Signed-off-by: Robin Schroer <sulamiification@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists