✗ CI.checkpatch: warning for drm/i915: Add missing ; to __assign_str() macros in tracepoint code

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 22 18:34:02 UTC 2024


== Series Details ==

Series: drm/i915: Add missing ; to __assign_str() macros in tracepoint code
URL   : https://patchwork.freedesktop.org/series/130277/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7b8575024c5c3fceebb73a565cae265380bd1dad
Author: Steven Rostedt (Google) <rostedt at goodmis.org>
Date:   Thu Feb 22 13:30:57 2024 -0500

    drm/i915: Add missing ; to __assign_str() macros in tracepoint code
    
    I'm working on improving the __assign_str() and __string() macros to be
    more efficient, and removed some unneeded semicolons. This triggered a bug
    in the build as some of the __assign_str() macros in intel_display_trace
    was missing a terminating semicolon.
    
    Fixes: 2ceea5d88048b ("drm/i915: Print plane name in fbc tracepoints")
    Signed-off-by: Steven Rostedt (Google) <rostedt at goodmis.org>
+ /mt/dim checkpatch 5dfa3c2da4803652582408bfb3c529970735f594 drm-intel
7b8575024c5c drm/i915: Add missing ; to __assign_str() macros in tracepoint code
-:12: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 2ceea5d88048 ("drm/i915: Print plane name in fbc tracepoints")'
#12: 
Fixes: 2ceea5d88048b ("drm/i915: Print plane name in fbc tracepoints")

total: 0 errors, 1 warnings, 0 checks, 24 lines checked




More information about the Intel-xe mailing list