✗ CI.checkpatch: warning for drm/xe: xe_late_bind squash for CI
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 10 18:56:55 UTC 2025
== Series Details ==
Series: drm/xe: xe_late_bind squash for CI
URL : https://patchwork.freedesktop.org/series/150059/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 94e003ce0831a3551aea7f7da87486d0e2e36706
Author: Badal Nilawar <badal.nilawar at intel.com>
Date: Wed Jun 11 00:24:55 2025 +0530
drm/xe: xe_late_bind squash for CI
Do not review
Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch 7bc153635620254b73cfe8714ce42768b2bf6d60 drm-intel
94e003ce0831 drm/xe: xe_late_bind squash for CI
-:20: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#20:
new file mode 100644
-:453: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#453: FILE: drivers/gpu/drm/xe/xe_late_bind_fw.c:268:
+
+}
-:718: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0)
#718: FILE: drivers/gpu/drm/xe/xe_pcode_fwctl.c:90:
+DEFINE_FREE(xe_pcode_fwctl, struct xe_pcode_fwctl_dev *, if (_T) fwctl_put(&_T->fwctl))
[...]
+static int xe_pcode_fwctl_uctx_open(struct fwctl_uctx *uctx)
-:957: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol with at least 4 lines
#957: FILE: drivers/misc/mei/late_bind/Kconfig:4:
+config INTEL_MEI_LATE_BIND
+ tristate "Intel late binding support on ME Interface"
+ select INTEL_MEI_ME
+ depends on DRM_XE
+ help
+ MEI Support for Late Binding for Intel graphics card.
+
+ Enables the ME FW interfaces for Late Binding for
+ Xe display driver of Intel.
-:1129: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mei_late_bind_push_config', this function's name, in a string
#1129: FILE: drivers/misc/mei/late_bind/mei_late_bind.c:143:
+ dev_dbg(dev, "mei_late_bind_push_config status = %d\n", ret);
total: 0 errors, 4 warnings, 1 checks, 1261 lines checked
More information about the Intel-xe
mailing list