mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
25899e0281
commit
1640eea35e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ coccinelle () {
|
||||||
REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
|
REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
|
||||||
if [ "$REQ_NUM" != "0" ] ; then
|
if [ "$REQ_NUM" != "0" ] ; then
|
||||||
if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; 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 "You have coccinelle: $SPATCH_VERSION"
|
||||||
echo "This SmPL patch requires: $REQ"
|
echo "This SmPL patch requires: $REQ"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue