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

2021-03-24 Thread Marcel Holtmann
Hi Meng, > Macros should not use a trailing semicolon. > > Signed-off-by: Meng Yu > --- > > Changes in v2 > -Modify comments > > net/bluetooth/sco.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel

[PATCH v2] Bluetooth: SCO - Remove trailing semicolon in macros

2021-03-23 Thread Meng Yu
Macros should not use a trailing semicolon. Signed-off-by: Meng Yu --- Changes in v2 -Modify comments net/bluetooth/sco.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 22a110f..3bd4156 100644 --- a/net/bluetooth/sco.c +