projects
/
GitHub
/
LineageOS
/
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:
045a0fa
)
Bluetooth: dtl1_cs: Fix coding style -- clean up
author
Prasanna Karthik
<mkarthi3@visteon.com>
Fri, 19 Jun 2015 08:46:15 +0000
(08:46 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 23 Jul 2015 15:10:48 +0000
(17:10 +0200)
Braces {} are not necessary for single statement blocks reported by
checkpatch
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/dtl1_cs.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/dtl1_cs.c
b/drivers/bluetooth/dtl1_cs.c
index 78e10f0c65b28dc38d30336514b92614bc7e449c..09c130d73ba351f049f209a00d85eaa26a60d1f7 100644
(file)
--- a/
drivers/bluetooth/dtl1_cs.c
+++ b/
drivers/bluetooth/dtl1_cs.c
@@
-182,9
+182,9
@@
static void dtl1_control(struct dtl1_info *info, struct sk_buff *skb)
int i;
printk(KERN_INFO "Bluetooth: Nokia control data =");
- for (i = 0; i < skb->len; i++)
{
+ for (i = 0; i < skb->len; i++)
printk(" %02x", skb->data[i]);
- }
+
printk("\n");
/* transition to active state */