drm/i915: Add missing ; to __assign_str() macros in tracepoint code
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 22 Feb 2024 18:30:57 +0000 (13:30 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 18 Mar 2024 14:24:25 +0000 (10:24 -0400)
commit0df4c388a1e310400a6e90fb10b286e2673756f0
tree7e621b8a7b3209eb83aa7cbe2a3cfdfd277133ef
parent9388a2aa453321bcf1ad2603959debea9e6ab6d4
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.

Link: https://lore.kernel.org/linux-trace-kernel/20240222133057.2af72a19@gandalf.local.home
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: David Airlie <airlied@gmail.com>
Cc: stable@vger.kernel.org
Fixes: 2ceea5d88048b ("drm/i915: Print plane name in fbc tracepoints")
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
drivers/gpu/drm/i915/display/intel_display_trace.h