[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Encapsulate all the module parameters (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 20 12:46:51 UTC 2023
== Series Details ==
Series: drm/xe: Encapsulate all the module parameters (rev5)
URL : https://patchwork.freedesktop.org/series/124995/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8d1d20d421979f1a38f455d0f6918d477d7e443e
Author: Bommithi Sakeena <bommithi.sakeena at intel.com>
Date: Fri Nov 17 16:06:18 2023 +0000
drm/xe: Encapsulate all the module parameters
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
v4: adding blank line after struct declaration
Cc: Jani Nikula <jani.nikula at linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Bommithi Sakeena <bommithi.sakeena at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch b25aa17bffa88c86fec716e40bdb3848eea17b23 drm-intel
8d1d20d42 drm/xe: Encapsulate all the module parameters
More information about the Intel-xe
mailing list