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 :) Bjorn