Re: [PATCH -next] s390/crypto/zcrypt_cex2a: convert comma to semicolon

2020-12-14 Thread Harald Freudenberger
applied to the s390 subsystem. This will go upstream with the next kernel merge window. Thanks On 14.12.20 14:44, Zheng Yongjun wrote: > Replace a comma between expression statements by a semicolon. > > Signed-off-by: Zheng Yongjun > --- > drivers/s390/crypto/zcrypt_cex2a.c | 2 +- > 1 file cha

[PATCH -next] s390/crypto/zcrypt_cex2a: convert comma to semicolon

2020-12-14 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/s390/crypto/zcrypt_cex2a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/s390/crypto/zcrypt_cex2a.c b/drivers/s390/crypto/zcrypt_cex2a.c index 226a5612e855..62cee