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/hci_ll.c | |
parent | 1d609dd32cd209f4643c7fd450f19d114cec0de7 (diff) | |
download | talos-obmc-linux-d98422cb6619408f1779457fefc5da983fc6bc3b.tar.gz talos-obmc-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/hci_ll.c')
-rw-r--r-- | drivers/bluetooth/hci_ll.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c index 1b898445a0b8..424c15aa7bb7 100644 --- a/drivers/bluetooth/hci_ll.c +++ b/drivers/bluetooth/hci_ll.c @@ -622,7 +622,8 @@ static int download_firmware(struct ll_device *lldev) cmd = (struct hci_command *)action_ptr; if (cmd->opcode == 0xff36) { /* ignore remote change - * baud rate HCI VS command */ + * baud rate HCI VS command + */ bt_dev_warn(lldev->hu.hdev, "change remote baud rate command in firmware"); break; } |