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)
commiteb50042fd2a9ed3cecc8f9e6799b8e11b4726f94
treec20cfc9ca3d574046d12f66cd3832836fd94063b
parenta2698a9bf9b0cfcf7e556946e04c4456a13a6f5a
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