Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"

From: David Laight
Date: Sat Jul 19 2025 - 05:06:57 EST


On Fri, 18 Jul 2025 14:49:41 -0700
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Fri, 18 Jul 2025 at 14:34, H. Peter Anvin <hpa@xxxxxxxxx> wrote:
> >
> > - __auto_type __pu_ptr = (ptr); \
> > + auto __pu_ptr = (ptr); \
> > typeof(*__pu_ptr) __pu_val = (typeof(*__pu_ptr))(x); \

You need to align the \
Plausibly possible by post-processing the diffs.

David