Re: [PATCH] bluetooth: Cleanup formatting and coding style

2019-07-06 Thread Marcel Holtmann
Hi Fabian, > Fix some warnings and one error reported by checkpatch.pl: > - lines longer than 80 characters are wrapped > - empty lines inserted to separate variable declarations from the actual > code > - line break inserted after if (...) > > Co-developed-by: Thomas Röthenbacher > Signed-off-

Re: [PATCH] bluetooth: Cleanup formatting and coding style

2019-06-23 Thread Joe Perches
On Sun, 2019-06-23 at 23:15 +0200, Fabian Schindlatz wrote: > Fix some warnings and one error reported by checkpatch.pl: [] > diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c [] > @@ -351,7 +356,8 @@ static int ll_enqueue(struct hci_uart *hu, struct sk_buff > *skb) >

[PATCH] bluetooth: Cleanup formatting and coding style

2019-06-23 Thread Fabian Schindlatz
Fix some warnings and one error reported by checkpatch.pl: - lines longer than 80 characters are wrapped - empty lines inserted to separate variable declarations from the actual code - line break inserted after if (...) Co-developed-by: Thomas Röthenbacher Signed-off-by: Thomas Röthenbacher Si