Joel Savitz <jsavitz@xxxxxxxxxx> writes: > Trivial addition of missing closing angle backet. > > Signed-off-by: Joel Savitz <jsavitz@xxxxxxxxxx> > --- > 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