Em Sun, 26 Jun 2022 17:55:11 +0100 Jonathan Cameron <jic23@xxxxxxxxxx> escreveu: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > The indenting added in here to give bullet points is nice to read > but unfortunately our docs building scripts trip up on it. > > make htmldocs gives > ../iio/Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: ERROR: Unexpected indentation. > > So drop the pretty indenting to avoid that error message. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > --- > Documentation/ABI/testing/sysfs-bus-iio-sx9324 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sx9324 b/Documentation/ABI/testing/sysfs-bus-iio-sx9324 > index 632e3321f5a3..9c1e8884a738 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio-sx9324 > +++ b/Documentation/ABI/testing/sysfs-bus-iio-sx9324 > @@ -8,7 +8,7 @@ Description: > + not connected (HZ), > + grounded (GD), > + connected to an antenna where it can act as a base > - (DS - data shield), or measured input (MI). > + (DS - data shield), or measured input (MI). Actually, the fix would be to simply add a blank line before the list, e. g.: diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sx9324 b/Documentation/ABI/testing/sysfs-bus-iio-sx9324 index 632e3321f5a3..a8342770e7cb 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-sx9324 +++ b/Documentation/ABI/testing/sysfs-bus-iio-sx9324 @@ -5,6 +5,7 @@ Contact: Gwendal Grignou <gwendal@xxxxxxxxxxxx> Description: SX9324 has 3 inputs, CS0, CS1 and CS2. Hardware layout defines if the input is + + not connected (HZ), + grounded (GD), + connected to an antenna where it can act as a base Regards, Mauro