Re: [PATCH v2] net: bna: remove trailing semicolon in macro definition

2020-12-04 Thread Jakub Kicinski
On Wed, 2 Dec 2020 08:36:22 -0800 t...@redhat.com wrote: > From: Tom Rix > > The macro use will already have a semicolon. > Clean up escaped newlines. > > Signed-off-by: Tom Rix Applied, thanks!

[PATCH v2] net: bna: remove trailing semicolon in macro definition

2020-12-02 Thread trix
From: Tom Rix The macro use will already have a semicolon. Clean up escaped newlines. Signed-off-by: Tom Rix --- v2: fix other macros, cleanup newlines --- drivers/net/ethernet/brocade/bna/bna_hw_defs.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git