[Intel-xe] ✗ CI.checkpatch: warning for series starting with [1/3] drm/xe: Add device flag to indicate SR-IOV support (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 15 13:20:56 UTC 2023


== Series Details ==

Series: series starting with [1/3] drm/xe: Add device flag to indicate SR-IOV support (rev2)
URL   : https://patchwork.freedesktop.org/series/126445/
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 a03e1579fe57e7ef9b46979bf71423764f786180
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Nov 15 08:38:04 2023 +0100

    drm/xe: Print virtualization mode during probe
    
    We already print some basic information about the device, add
    virtualization information, until we expose that elsewhere.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 14d1d786caacdb3438d07ab86fabf2e36c8151cc drm-intel
7aeb927f3 drm/xe: Add device flag to indicate SR-IOV support
6846f0bcb drm/xe: Prepare for running in different SR-IOV modes
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:80: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#80: 
new file mode 100644

-:185: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'xe' - possible side-effects?
#185: FILE: drivers/gpu/drm/xe/xe_sriov.h:40:
+#define IS_SRIOV(xe) (IS_SRIOV_PF(xe) || IS_SRIOV_VF(xe))

-:219: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#219: FILE: drivers/gpu/drm/xe/xe_sriov_types.h:26:
+};
+static_assert(XE_SRIOV_MODE_NONE);

total: 0 errors, 1 warnings, 2 checks, 168 lines checked
a03e1579f drm/xe: Print virtualization mode during probe




More information about the Intel-xe mailing list