On Fri, 29 Mar 2024, Nicola Vetrini wrote: > These deviations deal with the following cases: > - macro arguments used directly as initializer list arguments; > - uses of the __config_enabled macro, that can't be brought > into compliance without breaking its functionality; > - exclude files that are out of scope (efi headers and cpu_idle); > - uses of alternative_{call,vcall}[0-9] macros. > > The existing configuration for R20.7 is reordered so that it matches the > cases listed in its documentation comment. > > Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>