linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: cgroup: add missing literal block
@ 2018-12-30 19:01 Otto Sabart
  2019-01-02 15:59 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Otto Sabart @ 2018-12-30 19:01 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: Tejun Heo, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]

This patch fixes multiple build warnings:
"WARNING: Block quote ends without a blank line; unexpected unindent."

Signed-off-by: Otto Sabart <ottosabart@seberm.com>
---
 Documentation/admin-guide/cgroup-v2.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index 7bf3f129c68b..2687a454effc 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -1505,12 +1505,13 @@ The limits are only applied at the peer level in the hierarchy.  This means that
 in the diagram below, only groups A, B, and C will influence each other, and
 groups D and F will influence each other.  Group G will influence nobody.
 
-			[root]
-		/	   |		\
-		A	   B		C
-	       /  \        |
-	      D    F	   G
+::
 
+           [root]
+       /     |     \
+      A      B      C
+     /  \    |
+    D    F   G
 
 So the ideal way to configure this is to set io.latency in groups A, B, and C.
 Generally you do not want to set a value lower than the latency your device
-- 
2.17.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: cgroup: add missing literal block
  2018-12-30 19:01 [PATCH] doc: cgroup: add missing literal block Otto Sabart
@ 2019-01-02 15:59 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2019-01-02 15:59 UTC (permalink / raw)
  To: Otto Sabart; +Cc: Jonathan Corbet, linux-doc, linux-kernel

On Sun, Dec 30, 2018 at 08:01:55PM +0100, Otto Sabart wrote:
> This patch fixes multiple build warnings:
> "WARNING: Block quote ends without a blank line; unexpected unindent."
> 
> Signed-off-by: Otto Sabart <ottosabart@seberm.com>

Applied to cgroup/for-4.22.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-02 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 19:01 [PATCH] doc: cgroup: add missing literal block Otto Sabart
2019-01-02 15:59 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).