Re: [PATCH] crypto: qat: remove unneeded semicolon

2020-11-05 Thread Herbert Xu
On Tue, Oct 27, 2020 at 12:04:07PM -0700, t...@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix > --- > drivers/crypto/qat/qat_common/qat_algs.c | 2 +- > drivers/crypto/qat/qat_common/qat_asym_algs.c | 8 > 2 fi

Re: [PATCH] crypto: qat: remove unneeded semicolon

2020-11-02 Thread Giovanni Cabiddu
On Tue, Oct 27, 2020 at 12:04:07PM -0700, t...@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. I rebased the patch on top of cryptodev-2.6/master as it didn't apply after the latest patches to the qat driver and modified slightly the commit message: /s/qa