Coccinelle: coccicheck: fix typo
authorJulia Lawall <Julia.Lawall@lip6.fr>
Thu, 1 Feb 2018 09:20:55 +0000 (10:20 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 15:21:47 +0000 (00:21 +0900)
Correct spelling of "coccinelle".

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/coccicheck

index ecfac64b39fe0c403d90e8700f92ca3aff400ead..9fedca611b7f8c7e7835a4ce36f793eb7ec41754 100755 (executable)
@@ -177,7 +177,7 @@ coccinelle () {
     REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
     if [ "$REQ_NUM" != "0" ] ; then
            if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then
-                   echo "Skipping coccinele SmPL patch: $COCCI"
+                   echo "Skipping coccinelle SmPL patch: $COCCI"
                    echo "You have coccinelle:           $SPATCH_VERSION"
                    echo "This SmPL patch requires:      $REQ"
                    return