✗ CI.checkpatch: warning for drm/xe: remove unused struct xe_device members
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 21 18:52:41 UTC 2024
== Series Details ==
Series: drm/xe: remove unused struct xe_device members
URL : https://patchwork.freedesktop.org/series/131439/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fcc4e428c4bfeebd452cc5923b98239e2f1fc3bf
Author: Jani Nikula <jani.nikula at intel.com>
Date: Thu Mar 21 18:15:48 2024 +0200
drm/xe: remove unused struct xe_device members
modeset_restore_state has been unused since commit 6af0ffc0db93
("drm/i915/display: move restore state and ctx under display
sub-struct").
member global_obj_list has been unused since commit e2925e19c006
("drm/i915/display: move global_obj_list under display sub-struct").
hti_state has been unused since commit 62749912540b ("drm/i915/display:
move hti under display sub-struct").
snps_phy_failed_calibration has been unused since commit 3a7e2d58f800
("drm/i915: move snps_phy_failed_calibration to display sub-struct under
snps").
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 0cd99ca612f004f19c35f4966a584f0a729bbc31 drm-intel
fcc4e428c4bf drm/xe: remove unused struct xe_device members
-:6: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 6af0ffc0db93 ("drm/i915/display: move restore state and ctx under display sub-struct")'
#6:
modeset_restore_state has been unused since commit 6af0ffc0db93
-:16: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 3a7e2d58f800 ("drm/i915: move snps_phy_failed_calibration to display sub-struct under snps")'
#16:
snps_phy_failed_calibration has been unused since commit 3a7e2d58f800
total: 2 errors, 0 warnings, 0 checks, 11 lines checked
More information about the Intel-xe
mailing list