✗ CI.checkpatch: warning for drm/xe: CPU binds (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 5 06:36:47 UTC 2024


== Series Details ==

Series: drm/xe: CPU binds (rev2)
URL   : https://patchwork.freedesktop.org/series/134481/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c67afea727f38a12892e48a63cdbd5cf6b62746e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jun 4 22:06:35 2024 -0700

    drm/xe: CPU binds
    
    Debug for isse #799, do not review.
    
    v2:
     - Fix bug not setting up m->bind_q on non-usm platforms
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 596cf447db94909c4788fd612876520531e439b0 drm-intel
c67afea727f3 drm/xe: CPU binds
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'
-:450: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#450: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:1:
+	// SPDX-License-Identifier: MIT

-:1622: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 15)
#1622: FILE: drivers/gpu/drm/xe/xe_pt.c:1218:
+	if (uvma->userptr.initial_bind && !xe_vm_in_fault_mode(vm))
+               return 0;

-:1623: ERROR:CODE_INDENT: code indent should use tabs where possible
#1623: FILE: drivers/gpu/drm/xe/xe_pt.c:1219:
+               return 0;$

-:1623: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1623: FILE: drivers/gpu/drm/xe/xe_pt.c:1219:
+               return 0;$

-:2412: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2412: FILE: drivers/gpu/drm/xe/xe_pt.c:1984:
+ * installing job fence in various places.
+  *

-:2413: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2413: FILE: drivers/gpu/drm/xe/xe_pt.c:1985:
+  *
+ * Return: fence on success, negative ERR_PTR on error.

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

total: 1 errors, 6 warnings, 0 checks, 4172 lines checked




More information about the Intel-xe mailing list