* [PATCH] Bluetooth: dtl1_cs: Fix coding style -- clean up
@ 2015-06-19 8:46 Mutharaju, Prasanna (P.)
2015-06-19 9:20 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Mutharaju, Prasanna (P.) @ 2015-06-19 8:46 UTC (permalink / raw)
To: marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com
Cc: linux-bluetooth@vger.kernel.org
From: Prasanna Karthik <mkarthi3@visteon.com>
Braces {} are not necessary for single statement blocks reported by
checkpatch
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
---
drivers/bluetooth/dtl1_cs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 78e10f0..01a967f 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;
=20
printk(KERN_INFO "Bluetooth: Nokia control data =3D");
- for (i =3D 0; i < skb->len; i++) {
+ for (i =3D 0; i < skb->len; i++)
printk(" %02x", skb->data[i]);
- }
+
printk("\n");
=20
/* transition to active state */
--=20
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Bluetooth: dtl1_cs: Fix coding style -- clean up
2015-06-19 8:46 [PATCH] Bluetooth: dtl1_cs: Fix coding style -- clean up Mutharaju, Prasanna (P.)
@ 2015-06-19 9:20 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2015-06-19 9:20 UTC (permalink / raw)
To: Mutharaju, Prasanna (P.)
Cc: Gustavo F. Padovan, Johan Hedberg,
linux-bluetooth@vger.kernel.org
Hi Prasanna,
> Braces {} are not necessary for single statement blocks reported by
> checkpatch
>
> Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
> ---
> drivers/bluetooth/dtl1_cs.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-19 9:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-19 8:46 [PATCH] Bluetooth: dtl1_cs: Fix coding style -- clean up Mutharaju, Prasanna (P.)
2015-06-19 9:20 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.