Message ID | 20230215053744.11716-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v3] Documentation: core-api: padata: correct spelling | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Randy Dunlap <rdunlap@infradead.org> writes: > Correct spelling problems for Documentation/core-api/padata.rst as > reported by codespell. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: netdev@vger.kernel.org > Cc: Steffen Klassert <steffen.klassert@secunet.com> > Cc: Daniel Jordan <daniel.m.jordan@oracle.com> > Cc: linux-crypto@vger.kernel.org > Cc: Herbert Xu <herbert@gondor.apana.org.au> > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: Jakub Kicinski <kuba@kernel.org> > Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> > Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com> > --- > 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
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:: int padata_set_cpumask(struct padata_instance *pinst, int cpumask_type,