diff options
author | Derek Robson <robsonde@gmail.com> | 2017-07-22 03:47:07 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-07-22 08:39:39 +0200 |
commit | d98422cb6619408f1779457fefc5da983fc6bc3b (patch) | |
tree | 3aa50f9f4fb4bc77dadf2fe17141f6997f372d18 /drivers/bluetooth/btwilink.c | |
parent | Bluetooth: btwilink: remove unnecessary static in bt_ti_probe() (diff) | |
download | linux-d98422cb6619408f1779457fefc5da983fc6bc3b.tar.xz linux-d98422cb6619408f1779457fefc5da983fc6bc3b.zip |
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/btwilink.c')
-rw-r--r-- | drivers/bluetooth/btwilink.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c index 0cdb8961e9a1..5ef8000f90a9 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c @@ -93,8 +93,7 @@ static void st_reg_completion_cb(void *priv_data, int data) complete(&lhst->wait_reg_completion); } -/* Called by Shared Transport layer when receive data is - * available */ +/* Called by Shared Transport layer when receive data is available */ static long st_receive(void *priv_data, struct sk_buff *skb) { struct ti_st *lhst = priv_data; @@ -198,7 +197,8 @@ static int ti_st_open(struct hci_dev *hdev) } /* Is ST registration callback - * called with ERROR status? */ + * called with ERROR status? + */ if (hst->reg_status != 0) { BT_ERR("ST registration completed with invalid " "status %d", hst->reg_status); |