[LTP] Update spellings to next-20260423
Petr Vorel
pvorel@suse.cz
Fri Apr 24 13:36:07 CEST 2026
> Hi Petr,
> --- [PATCH 4/4] ---
> On 2026-04-24, Petr Vorel wrote:
> > checkpatch: Enable more checks, disable ENOSYS
> > -# TODO: document reason
> > ---ignore CONST_STRUCT,VOLATILE,SPLIT_STRING,FILE_PATH_CHANGES,LONG_LINE,MACRO_ARG_REUSE,SPACING,MULTIPLE_ASSIGNMENTS,UNNECESSARY_PARENTHESES,PARENTHESIS_ALIGNMENT,CONCATENATED_STRING
> > +--ignore CONST_STRUCT,VOLATILE,FILE_PATH_CHANGES,PREFER_KERNEL_TYPES,LONG_LINE,MACRO_ARG_REUSE,MULTIPLE_ASSIGNMENTS
> PREFER_KERNEL_TYPES is already listed in the "kernel specific" --ignore block
> added in patch 3/4. Remove it from this line to avoid the duplicate.
+1 valid!
If that's the only change, I'd amend this commit before merge.
Kind regards,
Petr
+++ .checkpatch.conf
@@ -13,7 +13,7 @@
--ignore PREFER_KERNEL_TYPES,STRCPY,STRLCPY,STRNCPY
# TODO: document reason
---ignore CONST_STRUCT,VOLATILE,FILE_PATH_CHANGES,PREFER_KERNEL_TYPES,LONG_LINE,MACRO_ARG_REUSE,MULTIPLE_ASSIGNMENTS
+--ignore CONST_STRUCT,VOLATILE,FILE_PATH_CHANGES,LONG_LINE,MACRO_ARG_REUSE,MULTIPLE_ASSIGNMENTS
# ENOSYS is used in test error macros
--ignore ENOSYS
More information about the ltp
mailing list