diff options
author | Derek Robson <robsonde@gmail.com> | 2017-07-22 04:47:07 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-07-22 09:39:39 +0300 |
commit | d98422cb6619408f1779457fefc5da983fc6bc3b (patch) | |
tree | 3aa50f9f4fb4bc77dadf2fe17141f6997f372d18 /drivers/bluetooth/btsdio.c | |
parent | 1d609dd32cd209f4643c7fd450f19d114cec0de7 (diff) | |
download | linux-d98422cb6619408f1779457fefc5da983fc6bc3b.tar.xz |
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/btsdio.c')
-rw-r--r-- | drivers/bluetooth/btsdio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/btsdio.c b/drivers/bluetooth/btsdio.c index 1cb958e199eb..c8e945d19ffe 100644 --- a/drivers/bluetooth/btsdio.c +++ b/drivers/bluetooth/btsdio.c @@ -144,7 +144,8 @@ static int btsdio_rx_packet(struct btsdio_data *data) if (!skb) { /* Out of memory. Prepare a read retry and just * return with the expectation that the next time - * we're called we'll have more memory. */ + * we're called we'll have more memory. + */ return -ENOMEM; } |