✗ CI.checkpatch: warning for Add support for XeLink device (rev5)

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 13 21:48:21 UTC 2023


== Series Details ==

Series: Add support for XeLink device (rev5)
URL   : https://patchwork.freedesktop.org/series/122168/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8133771ee6f4132f0886868908a36a300a237e19
Author: David Kershner <david.kershner at intel.com>
Date:   Wed Dec 13 16:45:25 2023 -0500

    drm/xe/uapi: Augment query ioctl to allow for fabric
    
    UMDs need to understand if two devices have connectivity, and what
    that connectivity is.
    
    Add to the query_ioctl the ability to determine if a fabric id and
    current device have connectivity.
    
    Signed-off-by: David Kershner <david.kershner at intel.com>
+ /mt/dim checkpatch 5cd1893366708380854f4694ae57417192458a6b drm-intel
840e8369f drm/xe: Introduce XeLink device
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'
-:294: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#294: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 871 lines checked
d0a86534b drm/xe: Teach Xe how to use objects with XeLink connectivity
-:503: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#503: FILE: drivers/gpu/drm/xe/xe_trace.h:112:
+		    TP_STRUCT__entry(

-:510: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#510: FILE: drivers/gpu/drm/xe/xe_trace.h:119:
+		    TP_fast_assign(

total: 0 errors, 0 warnings, 2 checks, 485 lines checked
8133771ee drm/xe/uapi: Augment query ioctl to allow for fabric




More information about the Intel-xe mailing list