public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the iio tree
@ 2025-08-18  2:41 Stephen Rothwell
  2025-08-19  6:56 ` [PATCH] docs: iio: Fix unexpected indentation for adxl345 Xing Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2025-08-18  2:41 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Lothar Rubusch, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

Hi all,

After merging the iio tree, today's linux-next build (htmldocs) produced
this warning:

Documentation/iio/adxl345.rst:161: ERROR: Unexpected indentation. [docutils]

Introduced by commit

  fdcb9cb9178a ("docs: iio: add documentation for adxl345 driver")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] docs: iio: Fix unexpected indentation for adxl345.
  2025-08-18  2:41 linux-next: build warning after merge of the iio tree Stephen Rothwell
@ 2025-08-19  6:56 ` Xing Guo
  2025-08-22  9:37   ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Xing Guo @ 2025-08-19  6:56 UTC (permalink / raw)
  To: sfr; +Cc: Jonathan.Cameron, l.rubusch, linux-kernel, linux-next, shuah,
	Xing Guo

Resolved the following building error:

 Documentation/iio/adxl345.rst:161: ERROR: Unexpected indentation. [docutils]

Fixes: fdcb9cb9178a ("docs: iio: add documentation for adxl345 driver")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250818124124.5b978e64@canb.auug.org.au
Signed-off-by: Xing Guo <higuoxing@gmail.com>
---
 Documentation/iio/adxl345.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/iio/adxl345.rst b/Documentation/iio/adxl345.rst
index 4bd038cb4a37..afdb35f8b72e 100644
--- a/Documentation/iio/adxl345.rst
+++ b/Documentation/iio/adxl345.rst
@@ -157,6 +157,7 @@ sensor terms, free-fall is defined using an inactivity period ranging from 0.000
 to 1.000 seconds.
 
 The driver behaves as follows:
+
 * If the configured inactivity period is 1 second or more, the driver uses the
   sensor's inactivity register. This allows the event to be linked with
   activity detection, use auto-sleep, and be either AC- or DC-coupled.
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: iio: Fix unexpected indentation for adxl345.
  2025-08-19  6:56 ` [PATCH] docs: iio: Fix unexpected indentation for adxl345 Xing Guo
@ 2025-08-22  9:37   ` Jonathan Cameron
  2025-08-25  9:40     ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2025-08-22  9:37 UTC (permalink / raw)
  To: Xing Guo; +Cc: sfr, l.rubusch, linux-kernel, linux-next, shuah, linux-iio

On Tue, 19 Aug 2025 14:56:34 +0800
Xing Guo <higuoxing@gmail.com> wrote:

> Resolved the following building error:
> 
>  Documentation/iio/adxl345.rst:161: ERROR: Unexpected indentation. [docutils]
> 
> Fixes: fdcb9cb9178a ("docs: iio: add documentation for adxl345 driver")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/linux-next/20250818124124.5b978e64@canb.auug.org.au
> Signed-off-by: Xing Guo <higuoxing@gmail.com>

+CC linux-iio.

> ---
>  Documentation/iio/adxl345.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/iio/adxl345.rst b/Documentation/iio/adxl345.rst
> index 4bd038cb4a37..afdb35f8b72e 100644
> --- a/Documentation/iio/adxl345.rst
> +++ b/Documentation/iio/adxl345.rst
> @@ -157,6 +157,7 @@ sensor terms, free-fall is defined using an inactivity period ranging from 0.000
>  to 1.000 seconds.
>  
>  The driver behaves as follows:
> +
>  * If the configured inactivity period is 1 second or more, the driver uses the
>    sensor's inactivity register. This allows the event to be linked with
>    activity detection, use auto-sleep, and be either AC- or DC-coupled.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: iio: Fix unexpected indentation for adxl345.
  2025-08-22  9:37   ` Jonathan Cameron
@ 2025-08-25  9:40     ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2025-08-25  9:40 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Xing Guo, sfr, l.rubusch, linux-kernel, linux-next, shuah,
	linux-iio

On Fri, 22 Aug 2025 10:37:18 +0100
Jonathan Cameron <Jonathan.Cameron@huawei.com> wrote:

> On Tue, 19 Aug 2025 14:56:34 +0800
> Xing Guo <higuoxing@gmail.com> wrote:
> 
> > Resolved the following building error:
> > 
> >  Documentation/iio/adxl345.rst:161: ERROR: Unexpected indentation. [docutils]
> > 
> > Fixes: fdcb9cb9178a ("docs: iio: add documentation for adxl345 driver")
> > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> > Closes: https://lore.kernel.org/linux-next/20250818124124.5b978e64@canb.auug.org.au
> > Signed-off-by: Xing Guo <higuoxing@gmail.com>  
> 
> +CC linux-iio.
Applied.  Thanks,

> 
> > ---
> >  Documentation/iio/adxl345.rst | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/iio/adxl345.rst b/Documentation/iio/adxl345.rst
> > index 4bd038cb4a37..afdb35f8b72e 100644
> > --- a/Documentation/iio/adxl345.rst
> > +++ b/Documentation/iio/adxl345.rst
> > @@ -157,6 +157,7 @@ sensor terms, free-fall is defined using an inactivity period ranging from 0.000
> >  to 1.000 seconds.
> >  
> >  The driver behaves as follows:
> > +
> >  * If the configured inactivity period is 1 second or more, the driver uses the
> >    sensor's inactivity register. This allows the event to be linked with
> >    activity detection, use auto-sleep, and be either AC- or DC-coupled.  
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-25  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18  2:41 linux-next: build warning after merge of the iio tree Stephen Rothwell
2025-08-19  6:56 ` [PATCH] docs: iio: Fix unexpected indentation for adxl345 Xing Guo
2025-08-22  9:37   ` Jonathan Cameron
2025-08-25  9:40     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox