diff options
author | attreyee-muk <tintinm2017@gmail.com> | 2024-01-10 19:57:47 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-01-11 17:33:52 +0100 |
commit | 22160b08d88898898b2bb99282663cdf3caa5c1c (patch) | |
tree | 97ea0fefc5c49aa9de20febb9a0b2ec717a7917d /Documentation/core-api | |
parent | docs: kernel_feat.py: fix potential command injection (diff) | |
download | linux-22160b08d88898898b2bb99282663cdf3caa5c1c.tar.xz linux-22160b08d88898898b2bb99282663cdf3caa5c1c.zip |
Documentation/core-api: fix spelling mistake in workqueue
Correct to "following" from "followings" in the sentence "The followings
are the read bandwidths and CPU utilizations depending on different affinity
scope settings on ``kcryptd`` measured over five runs."
Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240110185746.24974-1-tintinm2017@gmail.com
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/workqueue.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst index 33c4539155d9..3599cf9267b4 100644 --- a/Documentation/core-api/workqueue.rst +++ b/Documentation/core-api/workqueue.rst @@ -446,7 +446,7 @@ The command used: :: There are 24 issuers, each issuing 64 IOs concurrently. ``--verify=sha512`` makes ``fio`` generate and read back the content each time which makes -execution locality matter between the issuer and ``kcryptd``. The followings +execution locality matter between the issuer and ``kcryptd``. The following are the read bandwidths and CPU utilizations depending on different affinity scope settings on ``kcryptd`` measured over five runs. Bandwidths are in MiBps, and CPU util in percents. |