[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.22.394.2008051755210.2536@hadrien>
Date: Wed, 5 Aug 2020 17:55:32 +0200 (CEST)
From: Julia Lawall <julia.lawall@...ia.fr>
To: Sumera Priyadarsini <sylphrenadin@...il.com>
cc: michal.lkml@...kovi.net, Gilles.Muller@...6.fr,
gregkh@...uxfoundation.org, nicolas.palix@...g.fr,
linux-kernel@...r.kernel.org, cocci@...teme.lip6.fr
Subject: Re: [Cocci] [PATCH v2] scripts: coccicheck: Add chain mode to list
of modes
On Wed, 5 Aug 2020, Sumera Priyadarsini wrote:
> This patch adds chain mode to the list of available modes in coccicheck.
Applied, Thanks!
julia
>
> Signed-off-by: Sumera Priyadarsini <sylphrenadin@...il.com>
> ---
> Changes in v2:
> - Change coccinelle to coccicheck as suggested by Julia Lawall.
> ---
> scripts/coccicheck | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/coccicheck b/scripts/coccicheck
> index e04d328210ac..6e37cf36caae 100755
> --- a/scripts/coccicheck
> +++ b/scripts/coccicheck
> @@ -99,7 +99,7 @@ fi
> if [ "$MODE" = "" ] ; then
> if [ "$ONLINE" = "0" ] ; then
> echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
> - echo 'Available modes are the following: patch, report, context, org'
> + echo 'Available modes are the following: patch, report, context, org, chain'
> echo 'You can specify the mode with "make coccicheck MODE=<mode>"'
> echo 'Note however that some modes are not implemented by some semantic patches.'
> fi
> --
> 2.17.1
>
> _______________________________________________
> Cocci mailing list
> Cocci@...teme.lip6.fr
> https://systeme.lip6.fr/mailman/listinfo/cocci
>
Powered by blists - more mailing lists