On Sun, 3 Jul 2022 16:48:37 +0700 Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > On Sun, Jul 03, 2022 at 01:27:47PM +0900, Akira Yokosawa wrote: > > "make htmldocs" emits a warning of: > > > > Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation. > > > > This is due to a missing empty line in front of the bullet list. > > Fix it. > > > > Note: The line count of 2 in the warning is not exact in this case. > > > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > > Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support") > > Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp@xxxxxxxxx/ > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Cc: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > > Cc: Stephen Boyd <swboyd@xxxxxxxxxxxx> > > Cc: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Applying this on top of Mauro's fixes [1], no warnings. Thanks. > > So I think Sphinx was pointing the culprit at the wrong location, since > the problem isn't lie on the field, but rather on the list. > > Mauro, can you please pick this up? > > [1]: https://lore.kernel.org/linux-doc/cover.1656759988.git.mchehab@xxxxxxxxxx/ > > Reviewed-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > I've picked it up via the iio tree. If Mauro has it as well, git will sort it out for us. Thanks, Jonathan