[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Cleanup style warnings and errors
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 19 13:08:00 UTC 2023
== Series Details ==
Series: drm/xe: Cleanup style warnings and errors
URL : https://patchwork.freedesktop.org/series/120972/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2ad16fc10ad76d67a133d554dbafd9e282e8942e
Author: Francois Dugast <francois.dugast at intel.com>
Date: Wed Jul 19 12:09:58 2023 +0000
drm/xe: Cleanup style warnings and errors
Fix 6 errors and 20 warnings reported by checkpatch.pl.
Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 89308d1412c5119d721690d84b473f4962497742 drm-intel
2ad16fc10 drm/xe: Cleanup style warnings and errors
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'
-:67: WARNING:PREFER_PR_LEVEL: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ...
#67: FILE: drivers/gpu/drm/xe/xe_execlist.c:50:
+ printk(KERN_INFO "%s(%s, 0x%p, %u)\n", __func__, hwe->name, lrc, ctx_id);
-:76: WARNING:PREFER_PR_LEVEL: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ...
#76: FILE: drivers/gpu/drm/xe/xe_execlist.c:128:
+ printk(KERN_INFO "%s(%d:%d)\n", __func__, port->hwe->class,
total: 0 errors, 2 warnings, 0 checks, 172 lines checked
More information about the Intel-xe
mailing list