linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of the iio tree
@ 2024-10-22  5:08 Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2024-10-22  5:08 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Ramona Alexandra Nechita, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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

Documentation/ABI/testing/sysfs-bus-iio:2273: ERROR: Unexpected indentation.
Documentation/ABI/testing/sysfs-bus-iio:2273: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/ABI/testing/sysfs-bus-iio:2273: WARNING: Bullet list ends without a blank line; unexpected unindent.

Introduced by commit

  0404f4e2e48e ("Documentation: ABI: added filter mode doc in sysfs-bus-iio")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warnings after merge of the iio tree
@ 2025-07-14  8:13 Stephen Rothwell
  2025-07-14  8:18 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2025-07-14  8:13 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Lothar Rubusch, Andy Shevchenko, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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

Documentation/iio/adxl313.rst:230: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 11 supplied.

.. code-block:: bash
        root:/sys/bus/iio/devices/iio:device0> echo 1.28125 > ./events/in_accel_mag_rising_value
        root:/sys/bus/iio/devices/iio:device0> echo 1 > ./events/in_accel_x\|y\|z_mag_rising_en

        root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313
        Found IIO device with name adxl313 with device number 0
        <only while moving the sensor>
        Event: time: 1748795762298351281, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
        Event: time: 1748795762302653704, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
        Event: time: 1748795762304340726, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
        ... [docutils]
Documentation/iio/adxl313.rst:244: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 10 supplied.

.. code-block:: bash
        root:/sys/bus/iio/devices/iio:device0> echo 0 > ./events/in_accel_x\|y\|z_mag_rising_en
        root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313
        <nothing> [docutils]
Documentation/iio/adxl313.rst:251: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 16 supplied.

.. code-block:: bash
        root:/sys/bus/iio/devices/iio:device0> echo 1.234375 > ./events/in_accel_mag_falling_value
        root:/sys/bus/iio/devices/iio:device0> echo 5 > ./events/in_accel_mag_falling_period
        root:/sys/bus/iio/devices/iio:device0> echo 1 > ./events/in_accel_x\&y\&z_mag_falling_en

        root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313
        Found IIO device with name adxl313 with device number 0
        Event: time: 1748796324115962975, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
        Event: time: 1748796329329981772, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
        Event: time: 1748796334543399706, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
        ...
        <every 5s now indicates inactivity> [docutils]
Documentation/iio/adxl313.rst:266: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 11 supplied.

.. code-block:: bash
        root:/sys/bus/iio/devices/iio:device0> echo 1.28125 > ./events/in_accel_mag_rising_value
        root:/sys/bus/iio/devices/iio:device0> echo 1 > ./events/in_accel_x\|y\|z_mag_rising_en

        root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313
        Found IIO device with name adxl313 with device number 0
        <some activity with the sensor>
        Event: time: 1748796880354686777, type: accel(x|y|z), channel: 0, evtype: mag_adaptive, direction: rising
        <5s of inactivity, then>
        Event: time: 1748796885543252017, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
        <some other activity detected by accelerating the sensor>
        Event: time: 1748796887756634678, type: accel(x|y|z), channel: 0, evtype: mag_adaptive, direction: rising
        <again, 5s of inactivity>
        Event: time: 1748796892964368352, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
        <stays like this until next activity in auto-sleep> [docutils]

Introduced by commit

  6508debb4af1 ("docs: iio: add ADXL313 accelerometer")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warnings after merge of the iio tree
  2025-07-14  8:13 linux-next: build warnings after merge of the iio tree Stephen Rothwell
@ 2025-07-14  8:18 ` Andy Shevchenko
  2025-07-14 18:20   ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2025-07-14  8:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Jonathan Cameron, Lothar Rubusch, Andy Shevchenko,
	Linux Kernel Mailing List, Linux Next Mailing List

On Mon, Jul 14, 2025 at 06:13:41PM +1000, Stephen Rothwell wrote:
> 
> After merging the iio tree, today's linux-next build (htmldocs) produced
> these warnings:
> 
> Documentation/iio/adxl313.rst:230: ERROR: Error in "code-block" directive:
> maximum 1 argument(s) allowed, 11 supplied.
> 
> .. code-block:: bash

+ blank line here should fix it I think.
Same for the rest.

>         root:/sys/bus/iio/devices/iio:device0> echo 1.28125 > ./events/in_accel_mag_rising_value
>         root:/sys/bus/iio/devices/iio:device0> echo 1 > ./events/in_accel_x\|y\|z_mag_rising_en
> 
>         root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313
>         Found IIO device with name adxl313 with device number 0
>         <only while moving the sensor>
>         Event: time: 1748795762298351281, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
>         Event: time: 1748795762302653704, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
>         Event: time: 1748795762304340726, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising

-- 
With Best Regards,
Andy Shevchenko



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

* Re: linux-next: build warnings after merge of the iio tree
  2025-07-14  8:18 ` Andy Shevchenko
@ 2025-07-14 18:20   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2025-07-14 18:20 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Stephen Rothwell, Lothar Rubusch, Andy Shevchenko,
	Linux Kernel Mailing List, Linux Next Mailing List

On Mon, 14 Jul 2025 11:18:21 +0300
Andy Shevchenko <andriy.shevchenko@intel.com> wrote:

> On Mon, Jul 14, 2025 at 06:13:41PM +1000, Stephen Rothwell wrote:
> > 
> > After merging the iio tree, today's linux-next build (htmldocs) produced
> > these warnings:
> > 
> > Documentation/iio/adxl313.rst:230: ERROR: Error in "code-block" directive:
> > maximum 1 argument(s) allowed, 11 supplied.
> > 
> > .. code-block:: bash  
> 
> + blank line here should fix it I think.
> Same for the rest.

Thanks. Fixed up and new tree pushed.


> 
> >         root:/sys/bus/iio/devices/iio:device0> echo 1.28125 > ./events/in_accel_mag_rising_value
> >         root:/sys/bus/iio/devices/iio:device0> echo 1 > ./events/in_accel_x\|y\|z_mag_rising_en  
> >   
> >         root:/sys/bus/iio/devices/iio:device0> iio_event_monitor adxl313  
> >         Found IIO device with name adxl313 with device number 0
> >         <only while moving the sensor>
> >         Event: time: 1748795762298351281, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
> >         Event: time: 1748795762302653704, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
> >         Event: time: 1748795762304340726, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising  
> 


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

end of thread, other threads:[~2025-07-14 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14  8:13 linux-next: build warnings after merge of the iio tree Stephen Rothwell
2025-07-14  8:18 ` Andy Shevchenko
2025-07-14 18:20   ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2024-10-22  5:08 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).