diff options
author | Yaohui Wang <dillionmango@gmail.com> | 2020-07-22 10:38:18 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 22:59:37 +0300 |
commit | 241c9eb36b8d976fecd2ebae83bf9b6ede398cdb (patch) | |
tree | 6c32bb65a39ce70b0e3da3905595148b6b4bc840 /Documentation/core-api | |
parent | bf51388a757387a26e4b7a32743db96b1b90a420 (diff) | |
download | linux-241c9eb36b8d976fecd2ebae83bf9b6ede398cdb.tar.xz |
Documentation: fix typo for core-api/cpu_hotplug documentation
fix typo for core-api/cpu_hotplug documentation
Signed-off-by: Yaohui Wang <dillionmango@gmail.com>
Link: https://lore.kernel.org/r/20200722073818.20605-1-dillionmango@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/cpu_hotplug.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/core-api/cpu_hotplug.rst b/Documentation/core-api/cpu_hotplug.rst index 4a50ab7817f7..f64668759b6a 100644 --- a/Documentation/core-api/cpu_hotplug.rst +++ b/Documentation/core-api/cpu_hotplug.rst @@ -35,8 +35,8 @@ Command Line Switches other CPUs later online. ``nr_cpus=n`` - Restrict the total amount CPUs the kernel will support. If the number - supplied here is lower than the number of physically available CPUs than + Restrict the total amount of CPUs the kernel will support. If the number + supplied here is lower than the number of physically available CPUs, then those CPUs can not be brought online later. ``additional_cpus=n`` |