✗ CI.checkpatch: warning for drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range() (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 29 20:50:50 UTC 2024
== Series Details ==
Series: drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range() (rev2)
URL : https://patchwork.freedesktop.org/series/133029/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f7aa43feafe00586203b96fac4745269f4a3cba7
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Mon Apr 29 22:30:39 2024 +0200
drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()
This fixes commit c4f18703629d ("drm/xe: Add
xe_gt_tlb_invalidation_range and convert PT layer to use this")
which added the end variable as part of the function param.
v2: Add fixes tag(Matt)
Fixes: c4f18703629d ("drm/xe: Add xe_gt_tlb_invalidation_range and
convert PT layer to use this")
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 4f88a4cc3d4cba837cf1f8040f0140583f204225 drm-intel
f7aa43feafe0 drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()
-:13: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: f7aa43feafe0 ("drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()")'
#13:
Fixes: c4f18703629d ("drm/xe: Add xe_gt_tlb_invalidation_range and
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list