Re: [PATCH] memstick: mspro_block: remove unneeded semicolon

2020-11-05 Thread Ulf Hansson
On Sat, 31 Oct 2020 at 14:48, wrote: > > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix Applied for next, thanks! Kind regards Uffe > --- > drivers/memstick/core/mspro_block.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [PATCH] memstick: mspro_block: remove unneeded semicolon

2020-11-02 Thread kajoljain
On 11/2/20 7:12 PM, Tom Rix wrote: > > On 11/1/20 10:51 PM, kajoljain wrote: >> >> On 10/31/20 7:18 PM, t...@redhat.com wrote: >>> From: Tom Rix >>> >>> A semicolon is not needed after a switch statement. >> Hi Tom, >>I was checking this patch. Not sure if it will come under as fix patch.

Re: [PATCH] memstick: mspro_block: remove unneeded semicolon

2020-11-02 Thread Tom Rix
On 11/1/20 10:51 PM, kajoljain wrote: > > On 10/31/20 7:18 PM, t...@redhat.com wrote: >> From: Tom Rix >> >> A semicolon is not needed after a switch statement. > Hi Tom, >I was checking this patch. Not sure if it will come under as fix patch. > Since this is not fixing > any logical issue

Re: [PATCH] memstick: mspro_block: remove unneeded semicolon

2020-11-01 Thread kajoljain
On 10/31/20 7:18 PM, t...@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. Hi Tom, I was checking this patch. Not sure if it will come under as fix patch. Since this is not fixing any logical issue do we still need to add fix tag? Thanks, Kajol Ja