Re: [PATCH] misc: altera-stapl: remove trailing semicolon in macro definition

2020-11-27 Thread Tom Rix
On 11/27/20 9:03 AM, Greg KH wrote: > On Fri, Nov 27, 2020 at 08:54:21AM -0800, t...@redhat.com wrote: >> From: Tom Rix >> >> The macro use will already have a semicolon. >> >> Signed-off-by: Tom Rix >> --- >> drivers/misc/altera-stapl/altera-jtag.c | 4 ++-- >> 1 file changed, 2 insertions(+)

Re: [PATCH] misc: altera-stapl: remove trailing semicolon in macro definition

2020-11-27 Thread Greg KH
On Fri, Nov 27, 2020 at 08:54:21AM -0800, t...@redhat.com wrote: > From: Tom Rix > > The macro use will already have a semicolon. > > Signed-off-by: Tom Rix > --- > drivers/misc/altera-stapl/altera-jtag.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mis

[PATCH] misc: altera-stapl: 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/misc/altera-stapl/altera-jtag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/altera-stapl/altera-jtag.c b/drivers/misc/altera-stapl/altera-jtag.c index 27e8e0c