2022-04-22 19:32:27

by Joel Savitz

[permalink] [raw]
Subject: [PATCH] Documentation: add missing angle bracket in cgroup-v2 doc Tejun Heo <[email protected]>

Trivial addition of missing closing angle backet.

Signed-off-by: Joel Savitz <[email protected]>
---
Documentation/admin-guide/cgroup-v2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index 69d7a6983f78..38aa01939e1e 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -1881,7 +1881,7 @@ IO Latency Interface Files
io.latency
This takes a similar format as the other controllers.

- "MAJOR:MINOR target=<target time in microseconds"
+ "MAJOR:MINOR target=<target time in microseconds>"

io.stat
If the controller is enabled you will see extra stats in io.stat in
--
2.27.0


2022-05-02 15:55:56

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: add missing angle bracket in cgroup-v2 doc Tejun Heo <[email protected]>

Joel Savitz <[email protected]> writes:

> Trivial addition of missing closing angle backet.
>
> Signed-off-by: Joel Savitz <[email protected]>
> ---
> Documentation/admin-guide/cgroup-v2.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
> index 69d7a6983f78..38aa01939e1e 100644
> --- a/Documentation/admin-guide/cgroup-v2.rst
> +++ b/Documentation/admin-guide/cgroup-v2.rst
> @@ -1881,7 +1881,7 @@ IO Latency Interface Files
> io.latency
> This takes a similar format as the other controllers.
>
> - "MAJOR:MINOR target=<target time in microseconds"
> + "MAJOR:MINOR target=<target time in microseconds>"
>
Applied, thanks.

jon