From: Sumera Priyadarsini Date: Wed, 5 Aug 2020 08:57:40 +0000 (+0530) Subject: scripts: coccicheck: Add chain mode to list of modes X-Git-Tag: v5.10-rc1~86^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b2bd20c350a66d4f8a7c2da48b115fd4e06d15e;p=thirdparty%2Fkernel%2Flinux.git scripts: coccicheck: Add chain mode to list of modes This patch adds chain mode to the list of available modes in coccicheck. Signed-off-by: Sumera Priyadarsini Signed-off-by: Julia Lawall --- diff --git a/scripts/coccicheck b/scripts/coccicheck index e04d328210ac2..6e37cf36caae7 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="' echo 'Note however that some modes are not implemented by some semantic patches.' fi