Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()

From: Jani Nikula
Date: Fri May 17 2024 - 03:09:02 EST


On Thu, 16 May 2024, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> There's over 700 users of __assign_str() and because coccinelle does not
> handle the TRACE_EVENT() macro I ended up using the following sed script:
>
> git grep -l __assign_str | while read a ; do
> sed -e 's/\(__assign_str([^,]*[^ ,]\) *,[^;]*/\1)/' $a > /tmp/test-file;
> mv /tmp/test-file $a;
> done

Try 'sed -i' ;)

> .../drm/i915/display/intel_display_trace.h | 56 ++++-----

On i915,

Acked-by: Jani Nikula <jani.nikula@xxxxxxxxx>

--
Jani Nikula, Intel