aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorPrasanna Karthik <mkarthi3@visteon.com>2015-06-19 08:46:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2015-07-23 17:10:48 +0200
commitfac5e5b912bd1b42bad292e0b03956967229b45b (patch)
tree47f1d096eac683b945738111da06f48b0577c138 /drivers/bluetooth
parentip_tunnel: Call ip_tunnel_core_init() from inet_init() (diff)
downloadlinux-dev-fac5e5b912bd1b42bad292e0b03956967229b45b.tar.xz
linux-dev-fac5e5b912bd1b42bad292e0b03956967229b45b.zip
Bluetooth: dtl1_cs: Fix coding style -- clean up
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/dtl1_cs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 78e10f0c65b2..09c130d73ba3 100644
--- 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 */