Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: cpu-hotplug: Fix sysfs mount instructions

The instructions for mounting sysfs are inconsistent in instructing to
create the directory '/sysfs' but then mounting sysfs to /sys.
Also, indentation is slightly off.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Soren Brinkmann and committed by
Jonathan Corbet
aa13a960 aecd89e8

+1 -1
+1 -1
Documentation/cpu-hotplug.txt
··· 150 150 151 151 If this is not mounted, do the following. 152 152 153 - #mkdir /sysfs 153 + #mkdir /sys 154 154 #mount -t sysfs sys /sys 155 155 156 156 Now you should see entries for all present cpu, the following is an example