2024-01-10 19:02:55

by attreyee-muk

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
Documentation/core-api/workqueue.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
index 0046af06531a..8c325a640862 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.
--
2.34.1



2024-01-11 16:34:16

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation/core-api: fix spelling mistake in workqueue

attreyee-muk <[email protected]> writes:

> 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 <[email protected]>
> ---
> Documentation/core-api/workqueue.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
> index 0046af06531a..8c325a640862 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

Applied, thanks.

jon