From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752372AbdJaIHh (ORCPT ); Tue, 31 Oct 2017 04:07:37 -0400 Received: from ms.lwn.net ([45.79.88.28]:49360 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbdJaIHe (ORCPT ); Tue, 31 Oct 2017 04:07:34 -0400 Date: Tue, 31 Oct 2017 02:07:29 -0600 From: Jonathan Corbet To: Christophe JAILLET Cc: mchehab@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag Message-ID: <20171031020414.3eeebfbc@lwn.net> In-Reply-To: <20171020194914.7387-1-christophe.jaillet@wanadoo.fr> References: <20171020194914.7387-1-christophe.jaillet@wanadoo.fr> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Oct 2017 21:49:14 +0200 Christophe JAILLET wrote: > - Use the same file name in the explanation and in the example (conex.c vs > sonixj.c) > - Add a missing ':' in a :ref: tag which leads to incorrect Shpinx output > - Add some missing ',' and ';' > > Signed-off-by: Christophe JAILLET Applied to the docs tree, thanks. jon