All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers:bluetooth:ath3k:fixed a blank line after declaration issue
@ 2016-01-12 16:40 Bhumika Goyal
  2016-01-21 11:18 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bhumika Goyal @ 2016-01-12 16:40 UTC (permalink / raw)
  To: marcel
  Cc: linux-bluetooth, linux-kernel, gustavo, johan.hedberg, Bhumika Goyal

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers:bluetooth:ath3k:fixed a blank line after declaration issue
  2016-01-12 16:40 [PATCH] drivers:bluetooth:ath3k:fixed a blank line after declaration issue Bhumika Goyal
@ 2016-01-21 11:18 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2016-01-21 11:18 UTC (permalink / raw)
  To: Bhumika Goyal; +Cc: BlueZ development, LKML, Gustavo F. Padovan, Johan Hedberg

Hi Bhumika,

> 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(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-21 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 16:40 [PATCH] drivers:bluetooth:ath3k:fixed a blank line after declaration issue Bhumika Goyal
2016-01-21 11:18 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.