]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Bluetooth: dtl1_cs: Fix coding style -- clean up
authorPrasanna Karthik <mkarthi3@visteon.com>
Fri, 19 Jun 2015 08:46:15 +0000 (08:46 +0000)
committerMarcel 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

index 78e10f0c65b28dc38d30336514b92614bc7e449c..09c130d73ba351f049f209a00d85eaa26a60d1f7 100644 (file)
@@ -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 */