From: Prasanna Karthik Date: Fri, 19 Jun 2015 08:46:15 +0000 (+0000) Subject: Bluetooth: dtl1_cs: Fix coding style -- clean up X-Git-Tag: firefly_0821_release~176^2~1159^2~258^2~40 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fac5e5b912bd1b42bad292e0b03956967229b45b;p=firefly-linux-kernel-4.4.55.git Bluetooth: dtl1_cs: Fix coding style -- clean up Braces {} are not necessary for single statement blocks reported by checkpatch Signed-off-by: Prasanna Karthik Signed-off-by: Marcel Holtmann --- 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 */