Re: [PATCH 4/7] chtls: kbuild warnings

2018-04-26 Thread Dan Carpenter
On Wed, Apr 25, 2018 at 08:35:32PM +0530, Atul Gupta wrote: > - unindented continue > - check for null page > - signed return > > Reported-by: Dan Carpenter > Signed-off-by: Atul Gupta > --- > drivers/crypto/chelsio/chtls/chtls_io.c | 9

[PATCH 4/7] chtls: kbuild warnings

2018-04-25 Thread Atul Gupta
- unindented continue - check for null page - signed return Reported-by: Dan Carpenter Signed-off-by: Atul Gupta --- drivers/crypto/chelsio/chtls/chtls_io.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git