Commit d2ee9c2e authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Marcel Holtmann

Bluetooth: ath3k: Fixed a blank line after declaration issue

Fixed a coding style issue. Added a blank link after declaration.
Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 6d5d2ee6
...@@ -497,6 +497,7 @@ static int ath3k_probe(struct usb_interface *intf, ...@@ -497,6 +497,7 @@ static int ath3k_probe(struct usb_interface *intf,
/* match device ID in ath3k blacklist table */ /* match device ID in ath3k blacklist table */
if (!id->driver_info) { if (!id->driver_info) {
const struct usb_device_id *match; const struct usb_device_id *match;
match = usb_match_id(intf, ath3k_blist_tbl); match = usb_match_id(intf, ath3k_blist_tbl);
if (match) if (match)
id = match; id = match;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment