Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9981830imu; Sun, 30 Dec 2018 09:41:34 -0800 (PST) X-Google-Smtp-Source: ALg8bN5wNnbnYhtpRvxymFSNpjBNUIZw/r++BO69InnLeViRdUyBV1Aop2mCWnYcmAY8gIvJvgX4 X-Received: by 2002:a63:2109:: with SMTP id h9mr5110814pgh.277.1546191694212; Sun, 30 Dec 2018 09:41:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546191694; cv=none; d=google.com; s=arc-20160816; b=Mj8oXfF5ywiousDFmDDow0MyROlNhut6DwKUdVYy5Iqw5TEzJ0hjh12CFTbhH6Nmo2 w6qLyoiiiNtIuUmblx/Ou+YmtDlppCWqKhU5DlvPrcdYP2Xv/TCRlvdNtUuPAYdCRb3y 0s2eVq3++MrLCcVbv+hq7dQ6Rkp0NWtyWRR5ON/aXetcruOUqQeJbHOwWekRaGW+SWnj 3idEI+CblbyQEUD/52nViwsbVE1iCQrl4AeZfE3eM69qAkCPIHL36eTc45EuAS60RYqM SufBzubBW+PqZltr/ooOLga10vcwwv+OyOqdEF4NRHXCdipZAZJVLi3CSjcz408nsewK 6hwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=I5t2SuCuWnZCBBop/ssYsg/mCGKz9VmfdoOJV3SOca4=; b=OKP7s++BXl26JJkIlTPL6ksMQIS0Y/Im24DUWLVRiU22j96YGtRld4EhtSGhey1OlA DytMgaPG/fxjf8xtIxFU4Y1oUTApntYMSL2m0OfAREtmjpo5bKNQhCjyaGF3cxkDt5DJ CEtNbN2pj+hmM+rjjPqPpYPc08kl+gnxGF1jGB/Ykxbs36eMJSN7dqBcLL1oWkb2793A keToE86LlIHMGj2mUOm39aXzlcfhHGp4fSkuSelMNu40dA7hPQPDpmIAbzBSeolkEwwR zK6ZNBL8vu+AU1MdOE1/emGbpcIvjziBdanjF1BXaOYRbmxyqkBBeyPiqHVQ7DTfYvgU Amqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k69si43556490pga.176.2018.12.30.09.41.18; Sun, 30 Dec 2018 09:41:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726553AbeL3Rkb (ORCPT + 99 others); Sun, 30 Dec 2018 12:40:31 -0500 Received: from ms.lwn.net ([45.79.88.28]:54648 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726300AbeL3Rkb (ORCPT ); Sun, 30 Dec 2018 12:40:31 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A683A9B3; Sun, 30 Dec 2018 17:40:30 +0000 (UTC) Date: Sun, 30 Dec 2018 10:40:29 -0700 From: Jonathan Corbet To: Otto Sabart Cc: linux-doc@vger.kernel.org, Tejun Heo , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] doc: cgroup: use graphviz code instead of ASCII art Message-ID: <20181230104020.1074d807@lwn.net> In-Reply-To: <20181230164945.GA2644@personal> References: <20181230164945.GA2644@personal> Organization: LWN.net X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 30 Dec 2018 17:49:45 +0100 Otto Sabart wrote: > The graphviz looks better. This patch also fixes multiple build warnings: > "WARNING: Block quote ends without a blank line; unexpected unindent." > > Signed-off-by: Otto Sabart The graphviz looks better *in some settings*, such as the formatted version of the docs. Please remember, though, that we need to preserve the readability of the plain-text documents as well, and my own feeling is that this patch is a step backward in that regard. I'll defer to Tejun on this if he feels otherwise, but my sense is that this is not something we want to do. OTOH fixing the warnings would be a good thing; I think it just needs a bit more use of literal blocks. I would gladly accept a patch that did just that. Thanks, jon