diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-08-27 17:28:45 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 13:21:44 -0600 |
commit | b270228753f241aa70ad37134f284566be86ec73 (patch) | |
tree | 87b61cac5acabd9708f60bcb516862e3ba1c2cd6 /Documentation/w1/w1-generic.rst | |
parent | 60e89a10eef2a3052dc35bea62f51acf26525698 (diff) |
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/w1-generic.rst')
-rw-r--r-- | Documentation/w1/w1-generic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/w1/w1-generic.rst b/Documentation/w1/w1-generic.rst index da4e8b4e9b01..99255b6d0e53 100644 --- a/Documentation/w1/w1-generic.rst +++ b/Documentation/w1/w1-generic.rst @@ -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 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 w1_master_search remains greater than 0 or is -1. Each search attempt decrements w1_master_search by 1 (down to 0) and increments |