Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes: > Correct spelling problems for Documentation/core-api/padata.rst as > reported by codespell. > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: netdev@xxxxxxxxxxxxxxx > Cc: Steffen Klassert <steffen.klassert@xxxxxxxxxxx> > Cc: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx> > Cc: linux-crypto@xxxxxxxxxxxxxxx > Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Cc: Jakub Kicinski <kuba@xxxxxxxxxx> > Reviewed-by: Mukesh Ojha <quic_mojha@xxxxxxxxxxx> > Acked-by: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx> > --- > v3: split into a separate patch as requested by Jakub. > > Documentation/core-api/padata.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -- a/Documentation/core-api/padata.rst b/Documentation/core-api/padata.rst > --- a/Documentation/core-api/padata.rst > +++ b/Documentation/core-api/padata.rst > @@ -42,7 +42,7 @@ padata_shells associated with it, each a > Modifying cpumasks > ------------------ > > -The CPUs used to run jobs can be changed in two ways, programatically with > +The CPUs used to run jobs can be changed in two ways, programmatically with > padata_set_cpumask() or via sysfs. The former is defined:: Applied, thanks. jon