]> 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)
commit7a6bd2c291c78cfa6ec1dc80f8c3ab03e888136e
treec20cfc9ca3d574046d12f66cd3832836fd94063b
parente11d18995727e220c13e4025c3c36f2a6176c310
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