Re: [linuxwifi] [PATCH] net: iwlwifi: remove trailing semicolon in macro definition

2021-03-23 Thread Coelho, Luciano
On Fri, 2020-11-27 at 10:07 -0800, t...@redhat.com wrote: > From: Tom Rix > > The macro use will already have a semicolon. > > Signed-off-by: Tom Rix > --- Thank you. I applied this now to our internal tree and this will reach the mainline following our usual process. -- Cheers, Luca.

[PATCH] net: iwlwifi: remove trailing semicolon in macro definition

2020-11-27 Thread trix
From: Tom Rix The macro use will already have a semicolon. Signed-off-by: Tom Rix --- drivers/net/wireless/intel/iwlwifi/dvm/rx.c | 2 +- drivers/net/wireless/intel/iwlwifi/fw/api/coex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/intel/iwlw