From: Bhumika Goyal Date: Tue, 12 Jan 2016 16:40:15 +0000 (+0530) Subject: Bluetooth: ath3k: Fixed a blank line after declaration issue X-Git-Tag: v4.9.8~2476^2~138^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2ee9c2ec659cfab715568d2d9837f7ff67402fa;p=platform%2Fkernel%2Flinux-rpi3.git Bluetooth: ath3k: Fixed a blank line after declaration issue Fixed a coding style issue. Added a blank link after declaration. Signed-off-by: Bhumika Goyal Signed-off-by: Marcel Holtmann --- 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;