✓ CI.checkpatch: success for drm/xe/guc: Fix sizeof(32) typo
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 21 11:55:01 UTC 2025
== Series Details ==
Series: drm/xe/guc: Fix sizeof(32) typo
URL : https://patchwork.freedesktop.org/series/143787/
State : success
== 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 a671abeddbb76263f85602276818aac322e5407f
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue Jan 21 10:48:32 2025 +0100
drm/xe/guc: Fix sizeof(32) typo
A small typo leads to the following static code checker warning:
drivers/gpu/drm/xe/xe_guc_buf.c:81 xe_guc_buf_reserve()
warn: sizeof(NUMBER)?
Reported-by: Dan Carpenter <dan.carpenter at linaro.org>
Closes: https://lore.kernel.org/intel-xe/0d5bcbf1-79f9-4a10-a221-ddbaec9f6122@stanley.mountain/
Fixes: 696bfdf273ea ("drm/xe/guc: Introduce the GuC Buffer Cache")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Dan Carpenter <dan.carpenter at linaro.org>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 7727d97a1f38c61a60e87b2d38f7cc5a4aae277b drm-intel
a671abeddbb7 drm/xe/guc: Fix sizeof(32) typo
More information about the Intel-xe
mailing list