diff options
author | Henrik Austad <henrik@austad.us> | 2009-04-20 18:42:38 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-08 19:22:20 -0700 |
commit | 441ee4cb874622bc9a11c7b022a38919b04c105f (patch) | |
tree | a4ffaf58c2c73b3e61401612b680756dc918a334 | |
parent | d86c1302c58e4d4ebd99d459c2daff13613ac7f4 (diff) | |
download | linux-3.10-441ee4cb874622bc9a11c7b022a38919b04c105f.tar.gz linux-3.10-441ee4cb874622bc9a11c7b022a38919b04c105f.tar.bz2 linux-3.10-441ee4cb874622bc9a11c7b022a38919b04c105f.zip |
Doc/sysfs-rules: Swap the order of the words so the sentence makes more sense
Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | Documentation/sysfs-rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysfs-rules.txt b/Documentation/sysfs-rules.txt index 6049a2a84dd..5d8bc2cd250 100644 --- a/Documentation/sysfs-rules.txt +++ b/Documentation/sysfs-rules.txt @@ -113,7 +113,7 @@ versions of the sysfs interface. "devices" directory at /sys/subsystem/<name>/devices. If /sys/subsystem exists, /sys/bus, /sys/class and /sys/block can be - ignored. If it does not exist, you have always to scan all three + ignored. If it does not exist, you always have to scan all three places, as the kernel is free to move a subsystem from one place to the other, as long as the devices are still reachable by the same subsystem name. |