OSDN Git Service

Documentation: core-api/cpu_hotplug: fix a typo
authorBarry Song <song.bao.hua@hisilicon.com>
Fri, 4 Sep 2020 10:19:02 +0000 (22:19 +1200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 9 Sep 2020 17:42:09 +0000 (11:42 -0600)
fourV CPUs should be four CPUs.

Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Link: https://lore.kernel.org/r/20200904101902.29560-1-song.bao.hua@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/cpu_hotplug.rst

index 298c9c8..a2c96be 100644 (file)
@@ -30,7 +30,7 @@ which didn't support these methods.
 Command Line Switches
 =====================
 ``maxcpus=n``
-  Restrict boot time CPUs to *n*. Say if you have fourV CPUs, using
+  Restrict boot time CPUs to *n*. Say if you have four CPUs, using
   ``maxcpus=2`` will only boot two. You can choose to bring the
   other CPUs later online.