Skip to content

Commit 7086b36

Browse files
Colin Ian Kingholtmann
authored andcommitted
Bluetooth: hci_intel: clean an indentation issue, remove extraneous spaces
Trivial fix to clean up an indentation issue, remove spaces Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 75edd1f commit 7086b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bluetooth/hci_intel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ static int intel_setup(struct hci_uart *hu)
596596
* is in bootloader mode or if it already has operational firmware
597597
* loaded.
598598
*/
599-
err = btintel_read_version(hdev, &ver);
600-
if (err)
599+
err = btintel_read_version(hdev, &ver);
600+
if (err)
601601
return err;
602602

603603
/* The hardware platform number has a fixed value of 0x37 and

0 commit comments

Comments
 (0)