✓ CI.checkpatch: success for drm/xe/devcoredump: Fix print typo of offset (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 20 00:57:07 UTC 2025


== Series Details ==

Series: drm/xe/devcoredump: Fix print typo of offset (rev3)
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 76aaebb4217cb752737c1cad1d2a59c6b6e4fa52
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date:   Thu Feb 20 00:17:10 2025 +0000

    drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzalloc
    
    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>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch e19eb43c82480789a93ce0c452e22bbd851b93c6 drm-intel
ad1ffaf29926 drm/xe/devcoredump: Fix print typo of offset
76aaebb4217c drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzalloc




More information about the Intel-xe mailing list