diff options
author | Randy Dunlap <[email protected]> | 2023-02-14 21:37:44 -0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-02-16 16:58:01 -0700 |
commit | d2fb903f7d11e47366a2f6ff4ec530978fb73bfd (patch) | |
tree | 791db80510eff852ed2ebd82e34b5d80bbb1a8c9 | |
parent | 5ea8937ee6b131aec59de890b72994b51a18bb82 (diff) |
Documentation: core-api: padata: correct spelling
Correct spelling problems for Documentation/core-api/padata.rst as
reported by codespell.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: [email protected]
Cc: Steffen Klassert <[email protected]>
Cc: Daniel Jordan <[email protected]>
Cc: [email protected]
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Jakub Kicinski <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Acked-by: Daniel Jordan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/core-api/padata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/padata.rst b/Documentation/core-api/padata.rst index 35175710b43c..05b73c6c105f 100644 --- a/Documentation/core-api/padata.rst +++ b/Documentation/core-api/padata.rst @@ -42,7 +42,7 @@ padata_shells associated with it, each allowing a separate series of jobs. 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, |