Skip to content

Commit 79bfa4b

Browse files
shashank-mahadasyamhtejun
authored andcommitted
cgroup, docs: convert space indentation to tab indentation
The paragraphs on cpu.uclamp.{min,max} are space indented. Convert them to tab indentation to make them uniform with the other paragraphs. Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent 731bdd9 commit 79bfa4b

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

Documentation/admin-guide/cgroup-v2.rst

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,30 +1162,32 @@ All time durations are in microseconds.
11621162
:ref:`Documentation/accounting/psi.rst <psi>` for details.
11631163

11641164
cpu.uclamp.min
1165-
A read-write single value file which exists on non-root cgroups.
1166-
The default is "0", i.e. no utilization boosting.
1165+
A read-write single value file which exists on non-root cgroups.
1166+
The default is "0", i.e. no utilization boosting.
11671167

1168-
The requested minimum utilization (protection) as a percentage
1169-
rational number, e.g. 12.34 for 12.34%.
1168+
The requested minimum utilization (protection) as a percentage
1169+
rational number, e.g. 12.34 for 12.34%.
11701170

1171-
This interface allows reading and setting minimum utilization clamp
1172-
values similar to the sched_setattr(2). This minimum utilization
1173-
value is used to clamp the task specific minimum utilization clamp.
1171+
This interface allows reading and setting minimum utilization clamp
1172+
values similar to the sched_setattr(2). This minimum utilization
1173+
value is used to clamp the task specific minimum utilization clamp,
1174+
including those of realtime processes.
11741175

1175-
The requested minimum utilization (protection) is always capped by
1176-
the current value for the maximum utilization (limit), i.e.
1177-
`cpu.uclamp.max`.
1176+
The requested minimum utilization (protection) is always capped by
1177+
the current value for the maximum utilization (limit), i.e.
1178+
`cpu.uclamp.max`.
11781179

11791180
cpu.uclamp.max
1180-
A read-write single value file which exists on non-root cgroups.
1181-
The default is "max". i.e. no utilization capping
1181+
A read-write single value file which exists on non-root cgroups.
1182+
The default is "max". i.e. no utilization capping
11821183

1183-
The requested maximum utilization (limit) as a percentage rational
1184-
number, e.g. 98.76 for 98.76%.
1184+
The requested maximum utilization (limit) as a percentage rational
1185+
number, e.g. 98.76 for 98.76%.
11851186

1186-
This interface allows reading and setting maximum utilization clamp
1187-
values similar to the sched_setattr(2). This maximum utilization
1188-
value is used to clamp the task specific maximum utilization clamp.
1187+
This interface allows reading and setting maximum utilization clamp
1188+
values similar to the sched_setattr(2). This maximum utilization
1189+
value is used to clamp the task specific maximum utilization clamp,
1190+
including those of realtime processes.
11891191

11901192
cpu.idle
11911193
A read-write single value file which exists on non-root cgroups.

0 commit comments

Comments
 (0)