✗ CI.checkpatch: warning for drm/i915/audio: convert to struct intel_display

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 8 15:52:57 UTC 2025


== Series Details ==

Series: drm/i915/audio: convert to struct intel_display
URL   : https://patchwork.freedesktop.org/series/143247/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 233cdb6762e5486c0c262103ce2e115a0b862953
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Wed Jan 8 16:04:15 2025 +0200

    drm/i915/audio: rename function prefixes from i915 to intel
    
    The intel prefix is more accurate for display stuff. Rename.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 drm-intel
0b5f3310950b drm/i915/audio: convert to struct intel_display
d21ce0976a9c drm/i915/audio: convert LPE audio to struct intel_display
-:425: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#425: FILE: drivers/gpu/drm/i915/display/intel_lpe_audio.h:27:
 }
+static inline void intel_lpe_audio_teardown(struct intel_display *display)

-:429: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#429: FILE: drivers/gpu/drm/i915/display/intel_lpe_audio.h:30:
 }
+static inline void intel_lpe_audio_irq_handler(struct intel_display *display)

-:433: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#433: FILE: drivers/gpu/drm/i915/display/intel_lpe_audio.h:33:
 }
+static inline void intel_lpe_audio_notify(struct intel_display *display,

total: 0 errors, 0 warnings, 3 checks, 417 lines checked
233cdb6762e5 drm/i915/audio: rename function prefixes from i915 to intel




More information about the Intel-xe mailing list