[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Accept a const xe device

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 22 18:43:49 UTC 2023


== Series Details ==

Series: drm/xe: Accept a const xe device
URL   : https://patchwork.freedesktop.org/series/124134/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 875969cea27c2c1715d12374d08102fb4033afe7
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Fri Sep 22 10:43:20 2023 -0700

    drm/xe: Accept a const xe device
    
    Depending on the context, it's preferred to have a const pointer to make
    sure nothing is modified underneath. The assert macros only ever read
    data from xe/tile/gt for printing, so they can be made const by default.
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
    Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 6149acb947f2f8b65ee1a058982a5d6fce3124ec drm-intel
875969cea drm/xe: Accept a const xe device




More information about the Intel-xe mailing list