Fixed following checkpatch error:
- do not use assignment in if condition
Signed-off-by: Zhiqi Song
---
crypto/cbc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/crypto/cbc.c b/crypto/cbc.c
index 6c03e96..152d48d 100644
--- a/crypto/cbc.c
+++ b/crypto/cbc.c
@@ -140,7
Fixed following checkpatch error:
- do not use assignment in if condition
Fixed following checkpatch warning:
- prefer strscpy over strlcpy
- delete repeated word
Signed-off-by: Zhiqi Song
---
crypto/api.c | 20
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a
2 matches
Mail list logo