Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755384AbcJGSbB (ORCPT ); Fri, 7 Oct 2016 14:31:01 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:27242 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbcJGSaw (ORCPT ); Fri, 7 Oct 2016 14:30:52 -0400 X-IronPort-AV: E=Sophos;i="5.31,456,1473112800"; d="scan'208";a="239884731" Date: Fri, 7 Oct 2016 20:30:48 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: SF Markus Elfring cc: Coccinelle , Gilles Muller , Jonathan Corbet , Julia Lawall , "Luis R. Rodriguez" , Michal Marek , Nicolas Palix , LKML , kernel-janitors@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] scripts/coccicheck: Update reference for the corresponding documentation In-Reply-To: <8ecdc02a-1a22-951f-f3ac-2389dfbae02a@users.sourceforge.net> Message-ID: References: <76a6d8fa-03b9-5589-2885-fa62933dd391@users.sourceforge.net> <8d36952c-1dbb-bb26-ee57-3e1540c042c0@users.sourceforge.net> <8ecdc02a-1a22-951f-f3ac-2389dfbae02a@users.sourceforge.net> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 41 On Fri, 7 Oct 2016, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 7 Oct 2016 16:06:15 +0200 > > Use the current name (in a comment at the beginning of this script) for > the file which was converted to the documentation format "reStructuredText" > in August 2016. > > Fixes: 4b9033a33494ec9154d63e706e9e47f7eb3fd59e ("docs: sphinxify coccinelle.txt and add it to dev-tools") > Signed-off-by: Markus Elfring Acked-by: Julia Lawall > --- > scripts/coccicheck | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coccicheck b/scripts/coccicheck > index c92c1528..ec487b8 100755 > --- a/scripts/coccicheck > +++ b/scripts/coccicheck > @@ -1,7 +1,7 @@ > #!/bin/bash > # Linux kernel coccicheck > # > -# Read Documentation/coccinelle.txt > +# Read Documentation/dev-tools/coccinelle.rst > # > # This script requires at least spatch > # version 1.0.0-rc11. > -- > 2.10.1 > > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >