Re: [PATCH] Documentation: ABI: testing: iio: minor cleanup

From: Jonathan Cameron

Date: Sun Jun 21 2026 - 09:55:56 EST


On Wed, 17 Jun 2026 09:52:29 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Fri, Jun 12, 2026 at 02:13:43PM +0200, Manuel Ebner wrote:
> > Add parenthesis and dashes.
>
> LGTM,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
> ...
>
> > used to mask the buffer output value appropriately. The storagebits
> > value also specifies the data alignment. So s48/64>>2 will be a
> > - signed 48 bit integer stored in a 64 bit location aligned to a 64
> > - bit boundary. To obtain the clean value, shift right 2 and apply a
> > - mask to zero the top 16 bits of the result.
> > + signed 48-bit integer stored in a 64-bit location aligned to a
> > + 64-bit boundary. To obtain the clean value, shift right 2 and apply
> > + a mask to zero the top 16 bits of the result.
>
> We can reduce a churn by leaving 'a' as it was before (despite being long
> line). But I leave this exercise to Jonathan if he wants to.

True enough but I'm feeling lazy today (too hot and getting hotter :()

Applied.

Thanks,

Jonathan

>