Re: [PATCH 1/2] tracing: Simplify & fix saved_tgids logic

From: Steven Rostedt
Date: Thu Jul 01 2021 - 14:26:30 EST


[ Added Joe Perches ]

On Thu, 1 Jul 2021 11:12:54 -0700
Paul Burton <paulburton@xxxxxxxxxx> wrote:

> > not to mention, we don't
> > use '//' comments in the kernel, so that would have to be changed.
>
> D'oh! Apparently a year away from the kernel melted my internal style
> checker. Interestingly though, checkpatch didn't complain about this as
> I would have expected...

Joe, should the above be added to checkpatch?

I do understand that there are a few cases it's acceptable. Like for
SPDX headers.

-- Steve