All of lore.kernel.org
 help / color / mirror / Atom feed
* htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
@ 2022-07-02  9:23 kernel test robot
  2022-07-03  3:29   ` Bagas Sanjaya
  0 siblings, 1 reply; 13+ messages in thread
From: kernel test robot @ 2022-07-02  9:23 UTC (permalink / raw)
  To: Gwendal Grignou
  Cc: kbuild-all, linux-kernel, Jonathan Cameron, Stephen Boyd, linux-doc

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   089866061428ec9bf67221247c936792078c41a4
commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
date:   5 months ago
reproduce: make htmldocs

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.

vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324

   > 2	Date:		November 2021

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
  2022-07-02  9:23 htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation kernel test robot
@ 2022-07-03  3:29   ` Bagas Sanjaya
  0 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-03  3:29 UTC (permalink / raw)
  To: kernel test robot, Gwendal Grignou
  Cc: kbuild-all, linux-kernel, Jonathan Cameron, Stephen Boyd,
	linux-doc, Akira Yokosawa, Mauro Carvalho Chehab

On 7/2/22 16:23, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   089866061428ec9bf67221247c936792078c41a4
> commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
> date:   5 months ago
> reproduce: make htmldocs
> 
> If you fix the issue, kindly add following tag where applicable
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All warnings (new ones prefixed by >>):
> 
>>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
> 
> vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
> 
>    > 2	Date:		November 2021
> 

I'm not sure how to fix above, since the Date: field looks OK to me.

CC'ing Akira and Mauro.

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
@ 2022-07-03  3:29   ` Bagas Sanjaya
  0 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-03  3:29 UTC (permalink / raw)
  To: kbuild-all

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

On 7/2/22 16:23, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   089866061428ec9bf67221247c936792078c41a4
> commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
> date:   5 months ago
> reproduce: make htmldocs
> 
> If you fix the issue, kindly add following tag where applicable
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All warnings (new ones prefixed by >>):
> 
>>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
> 
> vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
> 
>    > 2	Date:		November 2021
> 

I'm not sure how to fix above, since the Date: field looks OK to me.

CC'ing Akira and Mauro.

-- 
An old man doll... just what I always wanted! - Clara

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

* [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
  2022-07-03  3:29   ` Bagas Sanjaya
@ 2022-07-03  4:27     ` Akira Yokosawa
  -1 siblings, 0 replies; 13+ messages in thread
From: Akira Yokosawa @ 2022-07-03  4:27 UTC (permalink / raw)
  To: Gwendal Grignou, Jonathan Cameron
  Cc: kbuild-all, linux-kernel, Stephen Boyd, linux-doc,
	Mauro Carvalho Chehab, Bagas Sanjaya, kernel test robot,
	linux-iio

"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@gmail.com>
Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 Documentation/ABI/testing/sysfs-bus-iio-sx9324 | 1 +
 1 file changed, 1 insertion(+)

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@chromium.org>
 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
-- 
2.25.1



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

* [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
@ 2022-07-03  4:27     ` Akira Yokosawa
  0 siblings, 0 replies; 13+ messages in thread
From: Akira Yokosawa @ 2022-07-03  4:27 UTC (permalink / raw)
  To: kbuild-all

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

"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@gmail.com>
Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp(a)intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 Documentation/ABI/testing/sysfs-bus-iio-sx9324 | 1 +
 1 file changed, 1 insertion(+)

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@chromium.org>
 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
-- 
2.25.1


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

* Re: [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
  2022-07-03  4:27     ` Akira Yokosawa
@ 2022-07-03  9:48       ` Bagas Sanjaya
  -1 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-03  9:48 UTC (permalink / raw)
  To: Akira Yokosawa
  Cc: Gwendal Grignou, Jonathan Cameron, kbuild-all, linux-kernel,
	Stephen Boyd, linux-doc, Mauro Carvalho Chehab,
	kernel test robot, linux-iio

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@gmail.com>
> Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
> Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp@intel.com/
> Reported-by: kernel test robot <lkp@intel.com>
> Cc: Gwendal Grignou <gwendal@chromium.org>
> Cc: Stephen Boyd <swboyd@chromium.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>

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@kernel.org/

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
@ 2022-07-03  9:48       ` Bagas Sanjaya
  0 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-03  9:48 UTC (permalink / raw)
  To: kbuild-all

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

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@gmail.com>
> Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
> Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp(a)intel.com/
> Reported-by: kernel test robot <lkp@intel.com>
> Cc: Gwendal Grignou <gwendal@chromium.org>
> Cc: Stephen Boyd <swboyd@chromium.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>

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(a)kernel.org/

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
  2022-07-03  3:29   ` Bagas Sanjaya
@ 2022-07-03  9:57     ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 13+ messages in thread
From: Mauro Carvalho Chehab @ 2022-07-03  9:57 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: kernel test robot, Gwendal Grignou, kbuild-all, linux-kernel,
	Jonathan Cameron, Stephen Boyd, linux-doc, Akira Yokosawa

Em Sun, 3 Jul 2022 10:29:44 +0700
Bagas Sanjaya <bagasdotme@gmail.com> escreveu:

> On 7/2/22 16:23, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   089866061428ec9bf67221247c936792078c41a4
> > commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
> > date:   5 months ago
> > reproduce: make htmldocs
> > 
> > If you fix the issue, kindly add following tag where applicable
> > Reported-by: kernel test robot <lkp@intel.com>
> > 
> > All warnings (new ones prefixed by >>):
> >   
> >>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.  
> > 
> > vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
> >   
> >    > 2	Date:		November 2021  
> >   
> 
> I'm not sure how to fix above, since the Date: field looks OK to me.

This one is trivial: just add a blank line. I already provided
Jonathan a feedback about that:

	https://lore.kernel.org/all/20220626234411.227c1a87@sal.lan/

Regards,
Mauro

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
@ 2022-07-03  9:57     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 13+ messages in thread
From: Mauro Carvalho Chehab @ 2022-07-03  9:57 UTC (permalink / raw)
  To: kbuild-all

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

Em Sun, 3 Jul 2022 10:29:44 +0700
Bagas Sanjaya <bagasdotme@gmail.com> escreveu:

> On 7/2/22 16:23, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   089866061428ec9bf67221247c936792078c41a4
> > commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
> > date:   5 months ago
> > reproduce: make htmldocs
> > 
> > If you fix the issue, kindly add following tag where applicable
> > Reported-by: kernel test robot <lkp@intel.com>
> > 
> > All warnings (new ones prefixed by >>):
> >   
> >>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.  
> > 
> > vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
> >   
> >    > 2	Date:		November 2021  
> >   
> 
> I'm not sure how to fix above, since the Date: field looks OK to me.

This one is trivial: just add a blank line. I already provided
Jonathan a feedback about that:

	https://lore.kernel.org/all/20220626234411.227c1a87(a)sal.lan/

Regards,
Mauro

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
  2022-07-03  9:57     ` Mauro Carvalho Chehab
@ 2022-07-04  1:26       ` Bagas Sanjaya
  -1 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-04  1:26 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: kernel test robot, Gwendal Grignou, kbuild-all, linux-kernel,
	Jonathan Cameron, Stephen Boyd, linux-doc, Akira Yokosawa

On 7/3/22 16:57, Mauro Carvalho Chehab wrote:
> Em Sun, 3 Jul 2022 10:29:44 +0700
> Bagas Sanjaya <bagasdotme@gmail.com> escreveu:
> 
>> On 7/2/22 16:23, kernel test robot wrote:
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head:   089866061428ec9bf67221247c936792078c41a4
>>> commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
>>> date:   5 months ago
>>> reproduce: make htmldocs
>>>
>>> If you fix the issue, kindly add following tag where applicable
>>> Reported-by: kernel test robot <lkp@intel.com>
>>>
>>> All warnings (new ones prefixed by >>):
>>>   
>>>>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.  
>>>
>>> vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
>>>   
>>>    > 2	Date:		November 2021  
>>>   
>>
>> I'm not sure how to fix above, since the Date: field looks OK to me.
> 
> This one is trivial: just add a blank line. I already provided
> Jonathan a feedback about that:
> 
> 	https://lore.kernel.org/all/20220626234411.227c1a87@sal.lan/
> 
> Regards,
> Mauro

Ah! I don't see that.

In mean time, Akira has sent the same fix at [1] and I gave the
Reviewed-by: tag

[1]: https://lore.kernel.org/linux-doc/abcaa4f5-7a9b-56b5-c11a-a88fef9d1e0a@gmail.com/

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.
@ 2022-07-04  1:26       ` Bagas Sanjaya
  0 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2022-07-04  1:26 UTC (permalink / raw)
  To: kbuild-all

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

On 7/3/22 16:57, Mauro Carvalho Chehab wrote:
> Em Sun, 3 Jul 2022 10:29:44 +0700
> Bagas Sanjaya <bagasdotme@gmail.com> escreveu:
> 
>> On 7/2/22 16:23, kernel test robot wrote:
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head:   089866061428ec9bf67221247c936792078c41a4
>>> commit: 4c18a890dff8d95ca234d184773910383a978d45 iio:proximity:sx9324: Add SX9324 support
>>> date:   5 months ago
>>> reproduce: make htmldocs
>>>
>>> If you fix the issue, kindly add following tag where applicable
>>> Reported-by: kernel test robot <lkp@intel.com>
>>>
>>> All warnings (new ones prefixed by >>):
>>>   
>>>>> Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation.  
>>>
>>> vim +2 Documentation/ABI/testing/sysfs-bus-iio-sx9324
>>>   
>>>    > 2	Date:		November 2021  
>>>   
>>
>> I'm not sure how to fix above, since the Date: field looks OK to me.
> 
> This one is trivial: just add a blank line. I already provided
> Jonathan a feedback about that:
> 
> 	https://lore.kernel.org/all/20220626234411.227c1a87(a)sal.lan/
> 
> Regards,
> Mauro

Ah! I don't see that.

In mean time, Akira has sent the same fix at [1] and I gave the
Reviewed-by: tag

[1]: https://lore.kernel.org/linux-doc/abcaa4f5-7a9b-56b5-c11a-a88fef9d1e0a(a)gmail.com/

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
  2022-07-03  9:48       ` Bagas Sanjaya
@ 2022-07-18 17:56         ` Jonathan Cameron
  -1 siblings, 0 replies; 13+ messages in thread
From: Jonathan Cameron @ 2022-07-18 17:56 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: Akira Yokosawa, Gwendal Grignou, Jonathan Cameron, kbuild-all,
	linux-kernel, Stephen Boyd, linux-doc, Mauro Carvalho Chehab,
	kernel test robot, linux-iio

On Sun, 3 Jul 2022 16:48:37 +0700
Bagas Sanjaya <bagasdotme@gmail.com> 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@gmail.com>
> > Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
> > Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp@intel.com/
> > Reported-by: kernel test robot <lkp@intel.com>
> > Cc: Gwendal Grignou <gwendal@chromium.org>
> > Cc: Stephen Boyd <swboyd@chromium.org>
> > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>  
> 
> 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@kernel.org/
> 
> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
> 

I've picked it up via the iio tree.  If Mauro has it as well, git will
sort it out for us.

Thanks,

Jonathan

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

* Re: [PATCH] iio: proximity: sx9324: add empty line in front of bullet list
@ 2022-07-18 17:56         ` Jonathan Cameron
  0 siblings, 0 replies; 13+ messages in thread
From: Jonathan Cameron @ 2022-07-18 17:56 UTC (permalink / raw)
  To: kbuild-all

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

On Sun, 3 Jul 2022 16:48:37 +0700
Bagas Sanjaya <bagasdotme@gmail.com> 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@gmail.com>
> > Fixes: 4c18a890dff8 ("iio:proximity:sx9324: Add SX9324 support")
> > Link: https://lore.kernel.org/r/202207021703.lEW6FLT1-lkp(a)intel.com/
> > Reported-by: kernel test robot <lkp@intel.com>
> > Cc: Gwendal Grignou <gwendal@chromium.org>
> > Cc: Stephen Boyd <swboyd@chromium.org>
> > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>  
> 
> 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(a)kernel.org/
> 
> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
> 

I've picked it up via the iio tree.  If Mauro has it as well, git will
sort it out for us.

Thanks,

Jonathan

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

end of thread, other threads:[~2022-07-18 17:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02  9:23 htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation kernel test robot
2022-07-03  3:29 ` Bagas Sanjaya
2022-07-03  3:29   ` Bagas Sanjaya
2022-07-03  4:27   ` [PATCH] iio: proximity: sx9324: add empty line in front of bullet list Akira Yokosawa
2022-07-03  4:27     ` Akira Yokosawa
2022-07-03  9:48     ` Bagas Sanjaya
2022-07-03  9:48       ` Bagas Sanjaya
2022-07-18 17:56       ` Jonathan Cameron
2022-07-18 17:56         ` Jonathan Cameron
2022-07-03  9:57   ` htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation Mauro Carvalho Chehab
2022-07-03  9:57     ` Mauro Carvalho Chehab
2022-07-04  1:26     ` Bagas Sanjaya
2022-07-04  1:26       ` Bagas Sanjaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.