Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fac5e5b9 authored by Prasanna Karthik's avatar Prasanna Karthik Committed by Marcel Holtmann
Browse files

Bluetooth: dtl1_cs: Fix coding style -- clean up



Braces {} are not necessary for single statement blocks reported by
checkpatch

Signed-off-by: default avatarPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 045a0fa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */