On Fri, 4 Sep 2020 22:19:02 +1200 Barry Song <song.bao.hua@xxxxxxxxxxxxx> wrote: > fourV CPUs should be four CPUs. > > Signed-off-by: Barry Song <song.bao.hua@xxxxxxxxxxxxx> > --- > Documentation/core-api/cpu_hotplug.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/core-api/cpu_hotplug.rst b/Documentation/core-api/cpu_hotplug.rst > index 298c9c8..a2c96be 100644 > --- a/Documentation/core-api/cpu_hotplug.rst > +++ b/Documentation/core-api/cpu_hotplug.rst > @@ -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. Applied, thanks. jon