Re: [PATCH v2] doc: Add CPU Isolation documentation

From: Steven Rostedt

Date: Thu Mar 26 2026 - 19:05:35 EST


On Thu, 26 Mar 2026 14:42:32 -0700
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> > +Those interferences, commonly pointed out as "noise", can be triggered
>
> nit: "noise,"

Really?

Even if it's grammatically correct, it still looks horrible.

Those interferences, commonly pointed out as "noise", can be triggered

vs

Those interferences, commonly pointed out as "noise," can be triggered

As the quotes are going around the noun, and placing the comma into the
quotes makes it look like the ',' is part of that noun and not a
punctuation of the sentence.

Being read by C programmers, I would keep he ',' out of the quotes as it
looks like a string literal "noun,".

-- Steve