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

From: Andy Shevchenko

Date: Wed Jun 17 2026 - 02:53:43 EST


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.

--
With Best Regards,
Andy Shevchenko