lkml.org 
[lkml]   [2016]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] drivers:bluetooth:ath3k:fixed a blank line after declaration issue
Date
Fixed a coding style issue.Added a blank link after declaration.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
---
drivers/bluetooth/ath3k.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index fa893c3..ebd641b 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -497,6 +497,7 @@ static int ath3k_probe(struct usb_interface *intf,
/* match device ID in ath3k blacklist table */
if (!id->driver_info) {
const struct usb_device_id *match;
+
match = usb_match_id(intf, ath3k_blist_tbl);
if (match)
id = match;
--
1.9.1
\
 
 \ /
  Last update: 2016-01-12 18:01    [W:0.025 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site