projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628c26b
)
Bluetooth: btqca: Fixed a coding style error
author
Joan Jani
<igiann@hotmail.com>
Thu, 6 Jul 2017 20:35:32 +0000
(20:35 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 20 Jul 2017 09:18:35 +0000
(11:18 +0200)
Fixed this coding style erro
./drivers/bluetooth/btqca.c:84: ERROR: code indent should use tabs where possible
Signed-off-by: Joan Jani <igiann@hotmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/btqca.c
b/drivers/bluetooth/btqca.c
index 28afd5d585f951a6953bfacc8b9ad1aa0e0e65b5..0bbdfcef2aa84e4bd29b19a806e265890193e892 100644
(file)
--- a/
drivers/bluetooth/btqca.c
+++ b/
drivers/bluetooth/btqca.c
@@
-81,7
+81,7
@@
static int rome_patch_ver_req(struct hci_dev *hdev, u32 *rome_version)
* and lower 2 bytes from patch will be used.
*/
*rome_version = (le32_to_cpu(ver->soc_id) << 16) |
- (le16_to_cpu(ver->rome_ver) & 0x0000ffff);
+ (le16_to_cpu(ver->rome_ver) & 0x0000ffff);
out:
kfree_skb(skb);