Re: [PATCH] drivers: bluetooth: hci_serdev: Removed unnecessary curly braces

2018-05-22 Thread Marcel Holtmann
Hi Vaibhav, > checkpatch.pl shows a warning for these unnecessary curly braces. > so just removed those curly braces. > > Signed-off-by: Vaibhav Murkute > --- > drivers/bluetooth/hci_serdev.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) patch has been applied to bluetooth-next tree.

[PATCH] drivers: bluetooth: hci_serdev: Removed unnecessary curly braces

2018-05-14 Thread Vaibhav Murkute
checkpatch.pl shows a warning for these unnecessary curly braces. so just removed those curly braces. Signed-off-by: Vaibhav Murkute --- drivers/bluetooth/hci_serdev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_ser

Re: [PATCH] drivers: bluetooth: hci_serdev: Removed unnecessary curly braces

2018-05-13 Thread Andy Shevchenko
On Sat, May 12, 2018 at 1:12 AM, Vaibhav Murkute wrote: > checkpatch.pl shows a warning for these unnecessary curly braces. > so just removed those curly braces. > > Signed-off-by: Vaibhav Murkute > --- > drivers/bluetooth/hci_serdev.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] drivers: bluetooth: hci_serdev: Removed unnecessary curly braces

2018-05-11 Thread Vaibhav Murkute
checkpatch.pl shows a warning for these unnecessary curly braces. so just removed those curly braces. Signed-off-by: Vaibhav Murkute --- drivers/bluetooth/hci_serdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_s