From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751799AbcFUVS6 (ORCPT ); Tue, 21 Jun 2016 17:18:58 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:29216 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbcFUVSo (ORCPT ); Tue, 21 Jun 2016 17:18:44 -0400 X-IronPort-AV: E=Sophos;i="5.26,506,1459807200"; d="scan'208";a="223359599" Date: Tue, 21 Jun 2016 23:18:41 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: "Nicolas Palix (LIG)" cc: "Luis R. Rodriguez" , Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, mmarek@suse.com, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, gregkh@linuxfoundation.org, markivx@codeaurora.org, stephen.boyd@linaro.org, zohar@linux.vnet.ibm.com, broonie@kernel.org, ming.lei@canonical.com, tiwai@suse.de, johannes@sipsolutions.net, chunkeey@googlemail.com, hauke@hauke-m.de, jwboyer@fedoraproject.org, dmitry.torokhov@gmail.com, dwmw2@infradead.org, jslaby@suse.com, torvalds@linux-foundation.org, deepa.kernel@gmail.com, cocci@systeme.lip6.fr Subject: Re: [PATCH v3 7/8] coccicheck: refer to coccicheck bottest wiki for documentation In-Reply-To: <9db10e04-779a-1bae-0ffe-2d43e5f46d2e@imag.fr> Message-ID: References: <1466536893-23355-1-git-send-email-mcgrof@kernel.org> <1466536893-23355-8-git-send-email-mcgrof@kernel.org> <9db10e04-779a-1bae-0ffe-2d43e5f46d2e@imag.fr> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-751347203-1466543922=:2040" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-751347203-1466543922=:2040 Content-Type: TEXT/PLAIN; charset=windows-1252 Content-Transfer-Encoding: 8BIT On Tue, 21 Jun 2016, Nicolas Palix (LIG) wrote: > Hi, > > Le 21/06/16 à 21:21, Luis R. Rodriguez a écrit : > > Sprinkling *tons* of documentation on the script is not a good > > idea, instead refer to a wiki for further coccicheck documentation: > > > > https://bottest.wiki.kernel.org/coccicheck > > > > This page shall always refer to the linux-next iteration of > > scripts/coccicheck. > > Can you say a word about Documentation/coccinelle.txt too ? > And update it according to the script changes. I think this would be a good idea. julia > > > > > Signed-off-by: Luis R. Rodriguez > > --- > > scripts/coccicheck | 9 +++++++-- > > 1 file changed, 7 insertions(+), 2 deletions(-) > > > > diff --git a/scripts/coccicheck b/scripts/coccicheck > > index 01b6716ea931..adbcbbd1aad6 100755 > > --- a/scripts/coccicheck > > +++ b/scripts/coccicheck > > @@ -1,9 +1,14 @@ > > #!/bin/bash > > - > > +# Linux kernel coccicheck > > +# > > +# For more detailed documentation refer to: > > +# > > +# https://bottest.wiki.kernel.org/coccicheck > > +# > > +# This documentation always refers to the linux-next version of the script. > > # > > # This script requires at least spatch > > # version 1.0.0-rc11. > > -# > > > > DIR="$(dirname $(readlink -f $0))/.." > > SPATCH="`which ${SPATCH:=spatch}`" > > > > > -- > Nicolas Palix > http://lig-membres.imag.fr/palix/ > > --8323328-751347203-1466543922=:2040--