linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the char-misc tree
@ 2021-05-24  6:19 Stephen Rothwell
  2021-05-24  8:18 ` [PATCH] w1: fix build warning in w1_ds2438.rst Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2021-05-24  6:19 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann
  Cc: Luiz Sampaio, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

Documentation/w1/slaves/w1_ds2438.rst:56: WARNING: Title underline too short.

"offset"
-------

Introduced by commit

  c999fbbdcf77 ("w1: ds2438: support for writing to offset register")

-- 
Cheers,
Stephen Rothwell

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

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

* [PATCH] w1: fix build warning in w1_ds2438.rst
  2021-05-24  6:19 linux-next: build warning after merge of the char-misc tree Stephen Rothwell
@ 2021-05-24  8:18 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2021-05-24  8:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Luiz Sampaio, Linux Kernel Mailing List,
	Linux Next Mailing List

commit c999fbbdcf77 ("w1: ds2438: support for writing to offset
register") added more documentation, but had a one-off line for the
header of a section which caused the build warning:

	Documentation/w1/slaves/w1_ds2438.rst:56: WARNING: Title underline too short.

Resolve this by fixing the underline to be long enough.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

diff --git a/Documentation/w1/slaves/w1_ds2438.rst b/Documentation/w1/slaves/w1_ds2438.rst
index 5c5573991351..4fa671fbc93f 100644
--- a/Documentation/w1/slaves/w1_ds2438.rst
+++ b/Documentation/w1/slaves/w1_ds2438.rst
@@ -53,7 +53,7 @@ from the slave device. If it is correct, the 8 bytes page data are passed
 to userspace, otherwise an I/O error is returned.
 
 "offset"
--------
+--------
 This file controls the 2-byte Offset Register of the chip.
 Writing a 2-byte value will change the Offset Register, which changes the
 current measurement done by the chip. Changing this register to the two's complement

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

end of thread, other threads:[~2021-05-24  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  6:19 linux-next: build warning after merge of the char-misc tree Stephen Rothwell
2021-05-24  8:18 ` [PATCH] w1: fix build warning in w1_ds2438.rst Greg Kroah-Hartman

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).