perfmon: fix non-NULL terminated C-string
[vpp.git] / src / plugins / perfmon / intel / uncore.c
index 4ed001d..0157996 100644 (file)
@@ -63,7 +63,7 @@ intel_uncore_instance_name_cmp (void *v1, void *v2)
   return strcmp (i1->name, i2->name);
 }
 
-static_always_inline u8 *
+static u8 *
 format_instance_name (intel_uncore_unit_type_t u, char *unit_fmt, u8 socket_id,
                      u8 ubox)
 {