Commit 83aacfbc authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

w1: fix build warning in w1_ds2438.rst

commit c999fbbd ("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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/YKthRzCGan9WEcmP@kroah.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 601a6887
...@@ -53,7 +53,7 @@ from the slave device. If it is correct, the 8 bytes page data are passed ...@@ -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. to userspace, otherwise an I/O error is returned.
"offset" "offset"
------- --------
This file controls the 2-byte Offset Register of the chip. This file controls the 2-byte Offset Register of the chip.
Writing a 2-byte value will change the Offset Register, which changes the 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 current measurement done by the chip. Changing this register to the two's complement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment