iscsi-scst: Fix multiple checkpatch warnings

This patch does not change any functionality.
This commit is contained in:
Gleb Chesnokov
2024-11-16 14:33:58 +03:00
parent 70cf2f6271
commit ec80741a24
2 changed files with 88 additions and 104 deletions
+2
View File
@@ -16,6 +16,8 @@ ignore=(
LINUX_VERSION_CODE
CONSTANT_COMPARISON
NEW_TYPEDEFS
AVOID_BUG
MACRO_ARG_REUSE
)
ignore_str=${ignore[*]}