On Fri, Jan 10, 2025 at 03:41:03PM -0000, Patchwork wrote: > == Series Details == > > Series: treewide: const qualify ctl_tables where applicable (rev2) > URL : https://patchwork.freedesktop.org/series/143332/ > State : warning > > == Summary == > > Error: dim checkpatch failed > cbf4e96c8900 treewide: const qualify ctl_tables where applicable > -:27: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) Have adjusted the commit message to fit the 75 char restriction. > #27: > identifier table_name != {watchdog_hardlockup_sysctl,iwcm_ctl_table,ucma_ctl_table,memory_allocation_profiling_sysctls,loadpin_sysctl_table}; > > -:424: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations This was pre-existing > #424: FILE: drivers/misc/sgi-xp/xpc_main.c:114: > }; > +static const struct ctl_table xpc_sys_xpc[] = { > > -:1204: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations This was pre-existing > #1204: FILE: kernel/stackleak.c:47: > } > +static const struct ctl_table stackleak_sysctls[] = { > > total: 0 errors, 1 warnings, 2 checks, 920 lines checked > > -- Joel Granados