[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1434475493-28630-1-git-send-email-kborer@gmail.com>
Date: Tue, 16 Jun 2015 13:24:53 -0400
From: Kris Borer <kborer@...il.com>
To: gregkh@...uxfoundation.org
Cc: stern@...land.harvard.edu, rafael.j.wysocki@...el.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Kris Borer <kborer@...il.com>
Subject: [PATCH] usb: fix coding style issue
Fixed coding style issue: newline after declaration
Signed-off-by: Kris Borer <kborer@...il.com>
---
drivers/usb/core/driver.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c
index 818369a..6b5063e 100644
--- a/drivers/usb/core/driver.c
+++ b/drivers/usb/core/driver.c
@@ -160,6 +160,7 @@ static ssize_t remove_id_store(struct device_driver *driver, const char *buf,
spin_lock(&usb_driver->dynids.lock);
list_for_each_entry_safe(dynid, n, &usb_driver->dynids.list, node) {
struct usb_device_id *id = &dynid->id;
+
if ((id->idVendor == idVendor) &&
(id->idProduct == idProduct)) {
list_del(&dynid->node);
--
1.9.1
--
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