[Intel-xe] [PATCH] drm/xe: Encapsulate all the module parameters
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon Nov 13 19:52:35 UTC 2023
On Mon, Nov 13, 2023 at 08:23:34AM -0600, Lucas De Marchi wrote:
> On Thu, Nov 09, 2023 at 05:47:09PM +0000, Bommithi Sakeena wrote:
> > Encapsulate all the module parameters in one single global struct
> > variable. This also removes the extra xe_module.h from includes.
> >
> > v2: naming consistency as suggested by Jani and Lucas
> > v3: fix checkpatch errors/warnings
>
> checkpatch CI check is still complaining. You can reproduce it locally
> by running
>
> dim checkpatch HEAD^..HEAD drm-intel
>
> assuming you have this commit as top-most commit in your branch.
hmm... is this the --strict option?
apparently that would pass the pain ./scritpts/checkpatch...
the equivalent without dim to reproduce this would be:
./scripts/checkpatch.pl -q --emacs --strict --show-types --max-line-length=100 --ignore=BIT_MACRO,SPLIT_STRING,LONG_LINE_STRING,BOOL_MEMBER <patch file>
>
> Lucas De Marchi
More information about the Intel-xe
mailing list