✗ CI.checkpatch: warning for drm/xe: Cleanup xe_mmio.h
Patchwork
patchwork at emeril.freedesktop.org
Mon May 20 18:23:58 UTC 2024
== Series Details ==
Series: drm/xe: Cleanup xe_mmio.h
URL : https://patchwork.freedesktop.org/series/133824/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f4c50799b67e833a87f5f5ae146165316bd614a4
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon May 20 20:18:14 2024 +0200
drm/xe: Cleanup xe_mmio.h
We don't need <linux/delay.h> include since commit 5c09bd6ccd41
("drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.c").
We don't need <linux/io-64-nonatomic-lo-hi.h> include since commit
54c659660d63 ("drm/xe: Make xe_mmio_read|write() functions non-
inline").
And since commit 924e6a9789a0 ("drm/xe/uapi: Remove MMIO ioctl")
we don't need forward declarations of drm_device and drm_file.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 1ba62f8cea9c797427d45108df1d453f4b343240 drm-intel
1a19347ae638 drm/i915/display: Add missing include to intel_vga.c
81b6dbaecceb drm/xe: Don't rely on indirect includes from xe_mmio.h
f4c50799b67e drm/xe: Cleanup xe_mmio.h
-:9: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 54c659660d63 ("drm/xe: Make xe_mmio_read|write() functions non-inline")'
#9:
We don't need <linux/io-64-nonatomic-lo-hi.h> include since commit
total: 1 errors, 0 warnings, 0 checks, 39 lines checked
More information about the Intel-xe
mailing list