devtools: fix symbol name in check log
authorDavid Marchand <david.marchand@redhat.com>
Fri, 3 May 2019 14:34:19 +0000 (16:34 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 May 2019 22:19:31 +0000 (00:19 +0200)
We have an incorrect variable name in this log.

Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
devtools/check-symbol-change.sh

index 8da7650..28f093a 100755 (executable)
@@ -97,7 +97,7 @@ check_for_rule_violations()
                        then
                                # Just inform the user of this occurrence, but
                                # don't flag it as an error
-                               echo -n "INFO: symbol $syname is added but "
+                               echo -n "INFO: symbol $symname is added but "
                                echo -n "patch has insuficient context "
                                echo -n "to determine the section name "
                                echo -n "please ensure the version is "