diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-12-26 01:55:34 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-12-30 11:58:02 -0700 |
commit | 6c23821c19305d9f9e3166492483425845b84f3a (patch) | |
tree | ae3773809b3c04db1d7fd1d2e05154a81c97fe38 /Documentation/w1 | |
parent | 7c737c64b0ff08c7427007c239922df7aef2748e (diff) | |
download | linux-rt-6c23821c19305d9f9e3166492483425845b84f3a.tar.gz |
docs: w1: Fix a typo in omap-hdq.rst
Fix a spelling typo in omap-hdq.rst
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Link: https://lore.kernel.org/r/20191225165534.9395-1-standby24x7@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/w1')
-rw-r--r-- | Documentation/w1/masters/omap-hdq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/w1/masters/omap-hdq.rst b/Documentation/w1/masters/omap-hdq.rst index 345298a59e50..5347b5d9e90a 100644 --- a/Documentation/w1/masters/omap-hdq.rst +++ b/Documentation/w1/masters/omap-hdq.rst @@ -44,7 +44,7 @@ that the ID used should be same for both master and slave driver loading. e.g:: insmod omap_hdq.ko W1_ID=2 - inamod w1_bq27000.ko F_ID=2 + insmod w1_bq27000.ko F_ID=2 The driver also supports 1-wire mode. In this mode, there is no need to pass slave ID as parameter. The driver will auto-detect slaves connected |