Re: [PATCH 1/2] Documentation: Fix typos

From: Randy Dunlap
Date: Mon Jul 28 2025 - 20:25:30 EST




On 7/28/25 3:23 PM, Bjorn Helgaas wrote:
> On Sat, Jul 26, 2025 at 08:16:26PM -0700, Randy Dunlap wrote:
>> On 7/23/25 1:32 PM, Bjorn Helgaas wrote:
>>> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>>>
>>> Fix typos.
>
>>> Where more than one trigger may be specified that are comma deliminated.
>> delimited.
>
> Oof, thanks. Added to my local branch in case I repost.
>
>>> -Note that irq domain lookups must happen in contexts that are
>>> +Note that irq_domain lookups must happen in contexts that are
>>> compatible with a RCU read-side critical section.
>>
>> an RCU
>
> Thanks. 'git grep -i "\<a rcu"' says there are approximately a
> zillion instances. I fixed this since it's next to another typo, but
> not sure I have the energy to advocate for all the others :)

Yeah, I get it. This patch was a ton of work (well, time).

and like the s/cpu/CPU/, s/pci/PCI/, s/irq/IRQ/ etc.

--
~Randy