2021-01-07 14:13:42

by Jiang Biao

[permalink] [raw]
Subject: [PATCH] Documentation: Fix typos found in cgroup-v2.rst

From: Jiang Biao <[email protected]>

Fix typos found in Documentation/admin-guide/cgroup-v2.rst.

Signed-off-by: Jiang Biao <[email protected]>
---
Documentation/admin-guide/cgroup-v2.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index 63521cd36ce5..e0f6ff7cfa93 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -1558,7 +1558,7 @@ IO Interface Files
8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021

io.cost.qos
- A read-write nested-keyed file with exists only on the root
+ A read-write nested-keyed file which exists only on the root
cgroup.

This file configures the Quality of Service of the IO cost
@@ -1613,7 +1613,7 @@ IO Interface Files
automatic mode can be restored by setting "ctrl" to "auto".

io.cost.model
- A read-write nested-keyed file with exists only on the root
+ A read-write nested-keyed file which exists only on the root
cgroup.

This file configures the cost model of the IO cost model based
--
2.21.0


2021-01-12 09:36:26

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Fix typos found in cgroup-v2.rst

On Thu, 7 Jan 2021 22:11:18 +0800
Jiang Biao <[email protected]> wrote:

> Fix typos found in Documentation/admin-guide/cgroup-v2.rst.
>
> Signed-off-by: Jiang Biao <[email protected]>
> ---
> Documentation/admin-guide/cgroup-v2.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
> index 63521cd36ce5..e0f6ff7cfa93 100644
> --- a/Documentation/admin-guide/cgroup-v2.rst
> +++ b/Documentation/admin-guide/cgroup-v2.rst
> @@ -1558,7 +1558,7 @@ IO Interface Files
> 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021
>
> io.cost.qos
> - A read-write nested-keyed file with exists only on the root
> + A read-write nested-keyed file which exists only on the root
> cgroup.
>
> This file configures the Quality of Service of the IO cost
> @@ -1613,7 +1613,7 @@ IO Interface Files
> automatic mode can be restored by setting "ctrl" to "auto".
>
> io.cost.model
> - A read-write nested-keyed file with exists only on the root
> + A read-write nested-keyed file which exists only on the root
> cgroup.

Applied, thanks.

jon