]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btusb: Fix two coding style issues
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Apr 2015 21:15:50 +0000 (23:15 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 29 Apr 2015 23:05:30 +0000 (01:05 +0200)
commit0812050ecbde75ba159d4513420fc318a108ac13
treec20cfc9ca3d574046d12f66cd3832836fd94063b
parent0b70214dc90915e510dac420aab26d4cc6cdb0ff
Bluetooth: btusb: Fix two coding style issues

ERROR: spaces required around that '<' (ctx:WxV)
+ if (err <0)
          ^

ERROR: code indent should use tabs where possible
+^I^I^I^I        sizeof(ver));$

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/btusb.c