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 <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
75edd1f2f9
commit
7086b36b80
|
@ -596,8 +596,8 @@ static int intel_setup(struct hci_uart *hu)
|
||||||
* is in bootloader mode or if it already has operational firmware
|
* is in bootloader mode or if it already has operational firmware
|
||||||
* loaded.
|
* loaded.
|
||||||
*/
|
*/
|
||||||
err = btintel_read_version(hdev, &ver);
|
err = btintel_read_version(hdev, &ver);
|
||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
/* The hardware platform number has a fixed value of 0x37 and
|
/* The hardware platform number has a fixed value of 0x37 and
|
||||||
|
|
Loading…
Reference in New Issue