✓ CI.checkpatch: success for drm/xe/devcoredump: Fix print typo of offset
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 19 19:42:30 UTC 2025
== Series Details ==
Series: drm/xe/devcoredump: Fix print typo of offset
URL : https://patchwork.freedesktop.org/series/145119/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9eb1e9724b4ad60a2bd4d179556ad59caeef4300
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Wed Feb 19 19:07:39 2025 +0000
drm/xe/devcoredump: Fix print typo of offset
The log should print with "offset" instead of "size".
kzalloc returns a valid pointer or NULL if the allocation fails.
It never returns an error pointer. It is better to check for NULL directly.
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 33a6da6c3db44e77db284adb81ae49d34781ec1e drm-intel
9eb1e9724b4a drm/xe/devcoredump: Fix print typo of offset
More information about the Intel-xe
mailing list