diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-06-23 09:09:09 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-26 18:01:28 +0200 |
commit | bbea2aa335c21006b299f5731a80802dc7e8fcca (patch) | |
tree | cb1c40de2a827e08406362e5cf33067a9b08821e | |
parent | docs: driver-model: remove a duplicated markup at driver.rst (diff) | |
download | linux-bbea2aa335c21006b299f5731a80802dc7e8fcca.tar.xz linux-bbea2aa335c21006b299f5731a80802dc7e8fcca.zip |
docs: ABI: fix a typo when pointing to w1-generic.rst
There's a typo there:
w1_generic.rst -> w1-generic.rst
Causing the document reference to point to the wrong place.
Fixes: e2c94d6f5720 ("w1_therm: adding alarm sysfs entry")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/66b47dd879e8ae38b6db6d2f38780e00a29fc086.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-w1_therm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-w1_therm b/Documentation/ABI/testing/sysfs-driver-w1_therm index 076659d506f2..9b488c0afdfa 100644 --- a/Documentation/ABI/testing/sysfs-driver-w1_therm +++ b/Documentation/ABI/testing/sysfs-driver-w1_therm @@ -8,7 +8,7 @@ Description: to device min/max capabilities. Values are integer as they are stored in a 8bit register in the device. Lowest value is automatically put to TL. Once set, alarms could be search at - master level, refer to Documentation/w1/w1_generic.rst for + master level, refer to Documentation/w1/w1-generic.rst for detailed information Users: any user space application which wants to communicate with w1_term device |