Re: [PATCH] Bluetooth: Remove trailing semicolon in macros

2021-03-22 Thread Marcel Holtmann
Hi Meng, > 1. remove trailing semicolon in macros; > 2. fix some coding style. > > Signed-off-by: Meng Yu > --- > net/bluetooth/smp.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) the patch doesn’t apply to bluetooth-next, please re-base and send again. Regards Marcel

[PATCH] Bluetooth: Remove trailing semicolon in macros

2021-03-20 Thread Meng Yu
1. remove trailing semicolon in macros; 2. fix some coding style. Signed-off-by: Meng Yu --- net/bluetooth/smp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 26e8cfad..07a193e 100644 --- a/net/bluetooth/smp.c +++ b/net/