tcl: replace FSF boilerplate with SPDX tag
[fw/openocd] / src / helper / jep106.c
index 33dc61c91b7d7f2c50d0994e2f9087845d030691..5cf769aabd293f5380215a1acc4ce1e11b5b22aa 100644 (file)
@@ -27,7 +27,7 @@ static const char * const jep106[][126] = {
 #include "jep106.inc"
 };
 
-const char *jep106_manufacturer(unsigned bank, unsigned id)
+const char *jep106_table_manufacturer(unsigned int bank, unsigned int id)
 {
        if (id < 1 || id > 126) {
                LOG_DEBUG("BUG: Caller passed out-of-range JEP106 ID!");