diff options
author | Derek Robson <robsonde@gmail.com> | 2017-07-22 13:47:07 +1200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-07-22 08:39:39 +0200 |
commit | d98422cb6619408f1779457fefc5da983fc6bc3b (patch) | |
tree | 3aa50f9f4fb4bc77dadf2fe17141f6997f372d18 /drivers/bluetooth/ath3k.c | |
parent | 1d609dd32cd209f4643c7fd450f19d114cec0de7 (diff) | |
download | linux-d98422cb6619408f1779457fefc5da983fc6bc3b.tar.bz2 |
Bluetooth: Style fix - align block comments
Fixed alignment of all block comments.
Found using checkpatch
Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index b793853ff05f..204afe66de92 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -140,7 +140,8 @@ MODULE_DEVICE_TABLE(usb, ath3k_table); #define BTUSB_ATH3012 0x80 /* This table is to load patch and sysconfig files - * for AR3012 */ + * for AR3012 + */ static const struct usb_device_id ath3k_blist_tbl[] = { /* Atheros AR3012 with sflash firmware*/ |