Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp662835ybb; Thu, 28 Mar 2019 09:41:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqxnzPsuqTnfA1oZF4T3D/7RY8IN7Zv5Ya/HlFGYtHq/7TC0ZQiI8UNCjE/4Zk+NcZG5v2zd X-Received: by 2002:a63:6ac1:: with SMTP id f184mr22133598pgc.25.1553791284726; Thu, 28 Mar 2019 09:41:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553791284; cv=none; d=google.com; s=arc-20160816; b=fhjdUm3xaDvwynN5bVV2O0nJ2yclwMinHjOsY8wmwVQ3TlxJp9G5jnC/xPmPjk8QxA J3aXqaz2QHmhPFAk7YV0p693QVKMBJ1H/1DzKroGhXPzlW0r/IBED6iFlm8/3HbQEwuw j/HzyaaVae/gkj3xJahBPEx2rOD3edRY2bY9lTfe6zfvXT48gi3EuoxlWYigmeVL5FUI tIyEtSOzScHyg7AfWkpvRBngqix9njPw7VLVkLqBbz67KG/CiYieegyUqirPq4aOqrSK wOapLrDOa1m9qUeK7k5WuxhKbybUYUbTvHnaS0x2VDH/t5luiHZZa9+Yr9/ScyPML2sn ns3g== 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=I2ie/WxMimt5YcRtEHpviwOx5Lfij2bcRApPGhysOPY=; b=u400y/IzNw9Wb80l9jRAWQeGl5WScYGn0UxrYcFpkUpoagrgnO38OwIPmh3y8RnvZs 2384IbX/MH5D9Lo+NLbSrYtudUKq6MVdp9dLfJZNkzorsPjfjwIck/DxTa6Ek9OFBeMQ QmK2m18MPjGyc8Vs3J4ib60Yh5Z84dGXACsAwRwC2OHBS3BDNgd270jglFuVuXW2KKc+ zwlWom4I4QKEwaI4rYkIQytoiJ/Iq+zzARYX+nLzkJRVFlmBHse0JSaxpyoB/UZ1MhAi lmsoFfS4ITfcpQb40DSoQXPHn74CaPo+HWXgn1mU+3UYddhO/mRNRgAMGursxWkhIjkO IkGQ== 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 b74si7081776pfj.121.2019.03.28.09.41.08; Thu, 28 Mar 2019 09:41:24 -0700 (PDT) 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 S1726287AbfC1QjE (ORCPT + 99 others); Thu, 28 Mar 2019 12:39:04 -0400 Received: from ms.lwn.net ([45.79.88.28]:43802 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725849AbfC1QjE (ORCPT ); Thu, 28 Mar 2019 12:39:04 -0400 Received: from lwn.net (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 5DDCE9AC; Thu, 28 Mar 2019 16:39:03 +0000 (UTC) Date: Thu, 28 Mar 2019 10:39:02 -0600 From: Jonathan Corbet To: Changbin Du Cc: rjw@rjwysocki.net, lenb@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 00/23] Include linux ACPI docs into Sphinx TOC tree Message-ID: <20190328103902.1084337d@lwn.net> In-Reply-To: <20190328162721.26138-1-changbin.du@gmail.com> References: <20190328162721.26138-1-changbin.du@gmail.com> Organization: LWN.net 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 Fri, 29 Mar 2019 00:26:58 +0800 Changbin Du wrote: > The kernel now uses Sphinx to generate intelligent and beautiful documentation > from reStructuredText files. I converted most of the Linux ACPI docs to rst > format in this serias. Thanks for doing this. I've only looked quickly at this point, so I just have a couple of high-level comments. - If at all possible, I would really rather this not be placed in the top-level of the document tree. Things are far too cluttered there already; I would prefer to take stuff out instead. That said, I'm not at this point sure of where I think it should go. We may want to consider splitting it up; some of it appears to be suitable for the driver API manual, while some of it might be best in the admin guide. And some probably doesn't fit either. I'll try to ponder on this a bit more. - It would be a good idea to add SPDX tags to the files while you're working through them. Thanks, jon