Re: [PATCH] crypto: Fix some code style problems, add spaces around operator

2021-01-12 Thread shiliyang
Kindly ping. This patch still not on the master branch. Please take it on your tree. Thanks. On 2020/12/7 18:10, Philippe Mathieu-Daudé wrote: > On 12/7/20 9:37 AM, shiliyang wrote: >> This patch fixes error style problems found by checkpatch.pl: >> ERROR: spaces required around that '*' >> ERROR

Re: [PATCH] crypto: Fix some code style problems, add spaces around operator

2020-12-07 Thread Philippe Mathieu-Daudé
On 12/7/20 9:37 AM, shiliyang wrote: > This patch fixes error style problems found by checkpatch.pl: > ERROR: spaces required around that '*' > ERROR: space required after that ',' > ERROR: spaces required around that '|' > > Signed-off-by: Liyang Shi > --- > crypto/aes.c | 2 +- > cryp

[PATCH] crypto: Fix some code style problems, add spaces around operator

2020-12-07 Thread shiliyang
This patch fixes error style problems found by checkpatch.pl: ERROR: spaces required around that '*' ERROR: space required after that ',' ERROR: spaces required around that '|' Signed-off-by: Liyang Shi --- crypto/aes.c | 2 +- crypto/desrfb.c | 2 +- crypto/tlscredsx509.c | 2 +-