On Fri, 18 Jul 2025 14:49:41 -0700
Linus Torvalds <[email protected]> wrote:

> On Fri, 18 Jul 2025 at 14:34, H. Peter Anvin <[email protected]> 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

Reply via email to