summaryrefslogtreecommitdiff
path: root/Documentation/w1/masters
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-08-28 03:28:45 +0300
committerJonathan Corbet <corbet@lwn.net>2022-09-27 22:21:44 +0300
commitb270228753f241aa70ad37134f284566be86ec73 (patch)
tree87b61cac5acabd9708f60bcb516862e3ba1c2cd6 /Documentation/w1/masters
parent60e89a10eef2a3052dc35bea62f51acf26525698 (diff)
downloadlinux-b270228753f241aa70ad37134f284566be86ec73.tar.xz
Documentation: W1: minor typo corrections
Correct one typo/spello and remove one duplicated word in the W1 documentation. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Evgeniy Polyakov <zbr@ioremap.net> Link: https://lore.kernel.org/r/20220828002845.7022-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/w1/masters')
-rw-r--r--Documentation/w1/masters/ds2490.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/w1/masters/ds2490.rst b/Documentation/w1/masters/ds2490.rst
index 7e5b50f9c0f5..842e7ae80424 100644
--- a/Documentation/w1/masters/ds2490.rst
+++ b/Documentation/w1/masters/ds2490.rst
@@ -52,7 +52,7 @@ Notes and limitations.
clear the entire bulk in buffer. It would be possible to read the
maximum buffer size to not run into this error condition, only extra
bytes in the buffer is a logic error in the driver. The code should
- should match reads and writes as well as data sizes. Reads and
+ match reads and writes as well as data sizes. Reads and
writes are serialized and the status verifies that the chip is idle
(and data is available) before the read is executed, so it should
not happen.