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

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 12 00:05:37 UTC 2023


== Series Details ==

Series: drm/xe: Encapsulate all the module parameters
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 618a4457bfc5e8cd0f88808b9be36ab40fe45e91
Author: Bommithi Sakeena <bommithi.sakeena at intel.com>
Date:   Wed Oct 11 17:42:52 2023 +0000

    drm/xe: Encapsulate all the module parameters
    
    Encapsulate all the module paramters in one single global struct
    variable inside the new xe_modparam.h.
    
    Cc: Jani Nikula <jani.nikula at linux.intel.com>
    Signed-off-by: Bommithi Sakeena <bommithi.sakeena at intel.com>
+ /mt/dim checkpatch fe4d6ceb20b5ebad356c722396c2c06d4485c359 drm-intel
618a4457b drm/xe: Encapsulate all the module parameters
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:6: WARNING:TYPO_SPELLING: 'paramters' may be misspelled - perhaps 'parameters'?
#6: 
Encapsulate all the module paramters in one single global struct
                           ^^^^^^^^^

-:110: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#110: 
new file mode 100644

-:135: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#135: FILE: drivers/gpu/drm/xe/xe_modparam.h:21:
+};
+extern struct xe_module_parameters xe_mod_param;

total: 0 errors, 2 warnings, 1 checks, 208 lines checked




More information about the Intel-xe mailing list