[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Encapsulate all the module parameters (rev4)

Patchwork patchwork at emeril.freedesktop.org
Fri Nov 10 21:01:45 UTC 2023


== Series Details ==

Series: drm/xe: Encapsulate all the module parameters (rev4)
URL   : https://patchwork.freedesktop.org/series/124995/
State : warning

== 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 8860f52f4f092daccbd01fc48334c35d1169b78b
Author: Bommithi Sakeena <bommithi.sakeena at intel.com>
Date:   Thu Nov 9 17:47:09 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
    
    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 b3890fb4386dcef68a96888141c4cc773f6241ce drm-intel
8860f52f4 drm/xe: Encapsulate all the module parameters
-:166: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#166: FILE: drivers/gpu/drm/xe/xe_module.h:21:
+};
+extern struct xe_modparam xe_modparam;

total: 0 errors, 0 warnings, 1 checks, 158 lines checked




More information about the Intel-xe mailing list