Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <sylphrenadin@gmail.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

authored by

Sumera Priyadarsini and committed by
Julia Lawall
4b2bd20c da2968ff

+1 -1
+1 -1
scripts/coccicheck
··· 99 99 if [ "$MODE" = "" ] ; then 100 100 if [ "$ONLINE" = "0" ] ; then 101 101 echo 'You have not explicitly specified the mode to use. Using default "report" mode.' 102 - echo 'Available modes are the following: patch, report, context, org' 102 + echo 'Available modes are the following: patch, report, context, org, chain' 103 103 echo 'You can specify the mode with "make coccicheck MODE=<mode>"' 104 104 echo 'Note however that some modes are not implemented by some semantic patches.' 105 105 fi