Re: [PATCH 4/4] tracing/mmiotrace: Clean up coding style and redundant debug logs

From: Steven Rostedt

Date: Sat Aug 08 2026 - 09:18:06 EST


On Sat, 8 Aug 2026 13:16:34 +0900
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:

> Yeah, this is somewhat machinary fix against the checkpatch.pl.
> Or, maybe it is better to just pass mmio_trace_array directly?

checkpatch.pl isn't for existing code. It is for new patches. And is
also more of a guideline than a rule.

Those two functions don't need to be changed to satisfy checkpatch.
They are fine as is.

-- Steve