✗ CI.checkpatch: warning for drm/sched: Use struct for drm_sched_init() params (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 28 15:29:56 UTC 2025
== Series Details ==
Series: drm/sched: Use struct for drm_sched_init() params (rev2)
URL : https://patchwork.freedesktop.org/series/143883/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 43c2e80ddcb72dae79a1e5e48613ab53a5b8f362
Author: Philipp Stanner <phasta at kernel.org>
Date: Tue Jan 28 15:29:27 2025 +0100
drm/sched: Use struct for drm_sched_init() params
drm_sched_init() has a great many parameters and upcoming new
functionality for the scheduler might add even more. Generally, the
great number of parameters reduces readability and has already caused
one missnaming in:
commit 6f1cacf4eba7 ("drm/nouveau: Improve variable name in nouveau_sched_init()").
Introduce a new struct for the scheduler init parameters and port all
users.
Signed-off-by: Philipp Stanner <phasta at kernel.org>
+ /mt/dim checkpatch f85f4e698972bc6021185ccba59e6e3638a8e060 drm-intel
43c2e80ddcb7 drm/sched: Use struct for drm_sched_init() params
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#11:
commit 6f1cacf4eba7 ("drm/nouveau: Improve variable name in nouveau_sched_init()").
-:354: CHECK:LINE_SPACING: Please don't use multiple blank lines
#354: FILE: drivers/gpu/drm/panthor/panthor_sched.c:3373:
+
-:580: CHECK:LINE_SPACING: Please don't use multiple blank lines
#580: FILE: drivers/gpu/drm/xe/xe_execlist.c:362:
+
total: 0 errors, 1 warnings, 2 checks, 566 lines checked
More information about the Intel-xe
mailing list