scst_targ: Fix multiple checkpatch warnings

This patch does not change any functionality.
This commit is contained in:
Gleb Chesnokov
2025-09-16 11:13:30 +03:00
parent 5072f0ce58
commit 10740bb400
3 changed files with 904 additions and 1160 deletions

View File

@@ -19,6 +19,7 @@ ignore=(
AVOID_BUG
MACRO_ARG_REUSE
IF_0
LONG_LINE_STRING
)
ignore_str="${ignore[*]}"