Re: [PATCH v5 00/14] iio: fix spelling mistakes in comments
From: Jonathan Cameron
Date: Sat Mar 21 2026 - 15:33:39 EST
On Mon, 16 Mar 2026 17:00:57 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Mon, Mar 16, 2026 at 02:30:08PM +0530, Shi Hao wrote:
> > This series fixes spelling mistakes in comments across several IIO
> > subsystems to improve readability and code consistency.
> >
> > v5:
> >
> > - Rebased on linux-next
> > - Dropped patches already fixed upstream
> > - Added 8 additional patches to previous 6-patch series
> > - Rephrased several patches for clarity and grammar
> > - Added missing article where needed
> > - Improved commit messages for clarity
> >
> > v4: https://lore.kernel.org/linux-iio/20260311093933.21333-1/
>
> This URL is wrong as well as other references here.
Oddly of this whole set only patch 10 applied with out having to fall back
to the slightly fuzzier logic patch uses compared to git am
I'm not sure what caused it but Shi Hao, see if you can save
these patches an apply them with git am. Then figure out why not?
If that works try b4 am to pull them down and figure out what is going
wrong.
Applying by hand takes a while as I've not scripted it, so I'm keen
whatever went wrong here doesn't reoccur!
The resulting patches look fine to me on my tree.
thanks,
Jonathan
>
> > - Fix commit message grammar and punctuation across patches
> > - Keep 'whilst' instead of 'while'
> > - Rephrase sentence in chemical driver comment
> > - Capitalize IIO in comments
> >
> > v3: https://lore.kernel.org/linux-iio/20260309104513.40359-1
> >
> > - Change commit subjects as per changes
> > - Capitalize proper acronyms (IRQ) and Celsius
> > - Fix short wrap in commit body
> >
> > v2: https://lore.kernel.org/linux-iio/20260307104705.49129-1
> >
> > - Split original patch into 6 commits
> > - Fixed commit message formatting and typos
> > - Added necessary tags in commits
> > - Added more fixes than previous
>