aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/driver-model/device.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 18:48:37 +0200
committerJonathan Corbet <corbet@lwn.net>2020-04-20 15:45:22 -0600
commit0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead (patch)
treeb0acc4242c80ff1f468f573e8a223178a26b1283 /Documentation/driver-api/driver-model/device.rst
parentdocs: fix broken references for ReST files that moved around (diff)
downloadlinux-dev-0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead.tar.xz
linux-dev-0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead.zip
docs: filesystems: fix renamed references
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: David Sterba <dsterba@suse.com> # fs/affs/Kconfig Link: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/driver-model/device.rst')
-rw-r--r--Documentation/driver-api/driver-model/device.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/driver-model/device.rst b/Documentation/driver-api/driver-model/device.rst
index 2b868d49d349..b9b022371e85 100644
--- a/Documentation/driver-api/driver-model/device.rst
+++ b/Documentation/driver-api/driver-model/device.rst
@@ -50,10 +50,10 @@ Attributes
Attributes of devices can be exported by a device driver through sysfs.
-Please see Documentation/filesystems/sysfs.txt for more information
+Please see Documentation/filesystems/sysfs.rst for more information
on how sysfs works.
-As explained in Documentation/kobject.txt, device attributes must be
+As explained in Documentation/core-api/kobject.rst, device attributes must be
created before the KOBJ_ADD uevent is generated. The only way to realize
that is by defining an attribute group.