提交 b2702287 编写于 作者: R Randy Dunlap 提交者: Jonathan Corbet

Documentation: W1: minor typo corrections

Correct one typo/spello and remove one duplicated word in the
W1 documentation.
Signed-off-by: NRandy 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.orgSigned-off-by: NJonathan Corbet <corbet@lwn.net>
上级 60e89a10
...@@ -52,7 +52,7 @@ Notes and limitations. ...@@ -52,7 +52,7 @@ Notes and limitations.
clear the entire bulk in buffer. It would be possible to read the 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 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 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 writes are serialized and the status verifies that the chip is idle
(and data is available) before the read is executed, so it should (and data is available) before the read is executed, so it should
not happen. not happen.
......
...@@ -113,7 +113,7 @@ generally only make sense when searching is disabled, as a search will ...@@ -113,7 +113,7 @@ generally only make sense when searching is disabled, as a search will
redetect manually removed devices that are present and timeout manually redetect manually removed devices that are present and timeout manually
added devices that aren't on the bus. added devices that aren't on the bus.
Bus searches occur at an interval, specified as a summ of timeout and Bus searches occur at an interval, specified as a sum of timeout and
timeout_us module parameters (either of which may be 0) for as long as timeout_us module parameters (either of which may be 0) for as long as
w1_master_search remains greater than 0 or is -1. Each search attempt w1_master_search remains greater than 0 or is -1. Each search attempt
decrements w1_master_search by 1 (down to 0) and increments decrements w1_master_search by 1 (down to 0) and increments
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册