Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752413AbdLGXBt (ORCPT ); Thu, 7 Dec 2017 18:01:49 -0500 Received: from ms.lwn.net ([45.79.88.28]:37142 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbdLGXBs (ORCPT ); Thu, 7 Dec 2017 18:01:48 -0500 Date: Thu, 7 Dec 2017 16:01:46 -0700 From: Jonathan Corbet To: Kees Cook Cc: "Tobin C. Harding" , Randy Dunlap , Andrew Murray , linux-doc@vger.kernel.org, LKML Subject: Re: [PATCH] doc: convert printk-formats.txt to rst Message-ID: <20171207160146.608264e1@lwn.net> In-Reply-To: References: <1512524729-16051-1-git-send-email-me@tobin.cc> 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 525 Lines: 18 On Thu, 7 Dec 2017 14:50:42 -0800 Kees Cook wrote: > > +These guides contain general information useful when writing kernel code. > > + > > +.. toctree:: > > + :maxdepth: 1 > > + > > + printk-formats > > I actually think this belongs in the kernel core API documentation > list (Documentation/core-api/index.rst). I defer to Jon's opinion, > though. That's my opinion too, and what I had suggested in response to the previous version. I suspect the pernicious influence of wombats! :) jon