diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 14:43:24 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 14:44:30 -0600 |
commit | f4fd0ba8799880d23a9589a75922580e0cb97abd (patch) | |
tree | 3520eac8921aa118f0cb747f66d5c51d46d4d3ba /Documentation/filesystems | |
parent | 9b123556b865537bab08a95741172ccfefa4f85a (diff) | |
download | linux-f4fd0ba8799880d23a9589a75922580e0cb97abd.tar.bz2 |
Documentation: filesystems: sysfs-tagging: drop doubled word
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-10-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/sysfs-tagging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/sysfs-tagging.rst b/Documentation/filesystems/sysfs-tagging.rst index 8888a05c398e..83647e10c207 100644 --- a/Documentation/filesystems/sysfs-tagging.rst +++ b/Documentation/filesystems/sysfs-tagging.rst @@ -15,7 +15,7 @@ To avoid that problem and allow existing applications in network namespaces to see the same interface that is currently presented in sysfs, sysfs now has tagging directory support. -By using the network namespace pointers as tags to separate out the +By using the network namespace pointers as tags to separate out the sysfs directory entries we ensure that we don't have conflicts in the directories and applications only see a limited set of the network devices. |