summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2018-02-01 04:20:55 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-02-01 10:21:47 -0500
commit1640eea35e8dcf0cb437f03c56868a97d0666df3 (patch)
treec758c3cb9ae8e39e4d9512f3e10f93468ec6dda9 /scripts
parent25899e02819944ffe7cbbf9b3350cb33beb90865 (diff)
Coccinelle: coccicheck: fix typo
Correct spelling of "coccinelle". Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/coccicheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck
index ecfac64b39fe..9fedca611b7f 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -177,7 +177,7 @@ coccinelle () {
177 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh) 177 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
178 if [ "$REQ_NUM" != "0" ] ; then 178 if [ "$REQ_NUM" != "0" ] ; then
179 if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then 179 if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then
180 echo "Skipping coccinele SmPL patch: $COCCI" 180 echo "Skipping coccinelle SmPL patch: $COCCI"
181 echo "You have coccinelle: $SPATCH_VERSION" 181 echo "You have coccinelle: $SPATCH_VERSION"
182 echo "This SmPL patch requires: $REQ" 182 echo "This SmPL patch requires: $REQ"
183 return 183 return