✗ CI.checkpatch: warning for Introduce GuC Doorbells Manager

Patchwork patchwork at emeril.freedesktop.org
Sun Dec 10 18:53:17 UTC 2023


== Series Details ==

Series: Introduce GuC Doorbells Manager
URL   : https://patchwork.freedesktop.org/series/127608/
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 d72b1706b031ba3bae0633a623d6792cf8d933d2
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Sun Dec 10 19:06:59 2023 +0100

    drm/xe/kunit: Add GuC Doorbell Manager tests
    
    Add few tests to make sure that basic usage scenarios of the GuC
    Doorbell Manager are implemented correctly.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 1fc141d1f445b8e5ab4ff14645b0482dd98460b9 drm-intel
aa76fc716 drm/xe: Add GT oriented drm_printers
8f5c7c8c0 drm/xe: Use GT oriented functions to report TLB timeout
c7e6ef99b drm/xe: Introduce GuC Doorbells Manager
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'
-:40: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#40: 
new file mode 100644

-:124: ERROR:TRAILING_WHITESPACE: trailing whitespace
#124: FILE: drivers/gpu/drm/xe/xe_guc_db_mgr.c:80:
+ * $

-:227: ERROR:TRAILING_WHITESPACE: trailing whitespace
#227: FILE: drivers/gpu/drm/xe/xe_guc_db_mgr.c:183:
+ * @dbm: the &xe_guc_db_mgr $

-:252: ERROR:TRAILING_WHITESPACE: trailing whitespace
#252: FILE: drivers/gpu/drm/xe/xe_guc_db_mgr.c:208:
+ * @dbm: the &xe_guc_db_mgr $

total: 3 errors, 1 warnings, 0 checks, 330 lines checked
448512863 drm/xe/kunit: Set SR-IOV mode of the fake device
bb342a75a drm/xe/kunit: Define helper functions to allocate mock 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'
-:27: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#27: 
new file mode 100644

-:91: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#91: FILE: drivers/gpu/drm/xe/tests/xe_kunit_helpers.c:60:
+ * Return: A pointer to default mock &xe_device.
+*/

-:110: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#110: FILE: drivers/gpu/drm/xe/tests/xe_kunit_helpers.c:79:
+ * Return: Always 0.
+*/

total: 0 errors, 3 warnings, 0 checks, 113 lines checked
0f8b04f54 drm/xe/kunit: Use xe kunit helpers in RTP test
ecab576e9 drm/xe/kunit: Use xe kunit helpers in WA test
d72b1706b drm/xe/kunit: Add GuC Doorbell Manager tests
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:16: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#16: 
new file mode 100644

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




More information about the Intel-xe mailing list