Re: [PATCH 4/4] tracing/mmiotrace: Clean up coding style and redundant debug logs
Steven Rostedt <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.freedesktop.lists.nouveau,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260808091219.76d3c382@robin> |
On Sat, 8 Aug 2026 13:16:34 +0900 Masami Hiramatsu (Google) <[email protected]> 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