✗ CI.checkpatch: warning for drm/edid: cleanups, rebase

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 16 09:30:25 UTC 2024


== Series Details ==

Series: drm/edid: cleanups, rebase
URL   : https://patchwork.freedesktop.org/series/132493/
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
35057f376b5337039b258ae4c66ed9218f4b3fb8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 833dab7a0f601ea53b45aa60cad200507d828cd9
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Tue Apr 16 12:20:00 2024 +0300

    drm/edid: make drm_edid_are_equal() more convenient for its single user
    
    Repurpose drm_edid_are_equal() to be more helpful for its single user,
    and rename drm_edid_eq(). Functionally deduce the length from the blob
    size, not the blob data, making it more robust against any errors.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 5f7597e990bea547bd1261170497e7476fb781bb drm-intel
c748e1c5a78c drm/displayid: move drm_displayid.h to drm_displayd_internal.h
-:31: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#31: 
rename from include/drm/drm_displayid.h

total: 0 errors, 1 warnings, 0 checks, 37 lines checked
d91a389da87e drm/edid: move all internal declarations to drm_crtc_internal.h
6acae688f74a drm/edid: group struct drm_edid based declarations together
2601a968e316 drm/edid: rename drm_find_edid_extension() to drm_edid_find_extension()
8370abe6b211 drm/edid: avoid drm_edid_find_extension() internally
739d3225a392 drm/edid: make drm_edid_are_equal() static
833dab7a0f60 drm/edid: make drm_edid_are_equal() more convenient for its single user




More information about the Intel-xe mailing list