netfilter: fix clang-12 fmt string warnings
[linux-2.6-microblaze.git] / net / netfilter / xt_AUDIT.c
index 9cdc16b..b6a015a 100644 (file)
@@ -117,7 +117,7 @@ static int audit_tg_check(const struct xt_tgchk_param *par)
        const struct xt_audit_info *info = par->targinfo;
 
        if (info->type > XT_AUDIT_TYPE_MAX) {
-               pr_info_ratelimited("Audit type out of range (valid range: 0..%hhu)\n",
+               pr_info_ratelimited("Audit type out of range (valid range: 0..%u)\n",
                                    XT_AUDIT_TYPE_MAX);
                return -ERANGE;
        }