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

2021-03-23 Thread Marcel Holtmann
Hi Meng, > remove trailing semicolon in macros and coding style fix. > > Signed-off-by: Meng Yu > --- > > Changes in v2 > -Re-base in bluetooth-next > > net/bluetooth/smp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Mar

[PATCH v2] Bluetooth: Remove trailing semicolon in macros

2021-03-22 Thread Meng Yu
remove trailing semicolon in macros and coding style fix. Signed-off-by: Meng Yu --- Changes in v2 -Re-base in bluetooth-next net/bluetooth/smp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index efc19f9..2def906 100644 ---