diff --git a/[refs] b/[refs] index ed0b03c75913..ac9f8b399e64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24de58f465165298aaa8f286b2592f0163706cfe +refs/heads/master: ace30d73ef09fd5f95b24c5c1c5aa11963981494 diff --git a/trunk/include/net/netfilter/xt_log.h b/trunk/include/net/netfilter/xt_log.h index 0dfb34a5b53c..7e1544e8f70d 100644 --- a/trunk/include/net/netfilter/xt_log.h +++ b/trunk/include/net/netfilter/xt_log.h @@ -6,7 +6,7 @@ struct sbuff { }; static struct sbuff emergency, *emergency_ptr = &emergency; -static int sb_add(struct sbuff *m, const char *f, ...) +static __printf(2, 3) int sb_add(struct sbuff *m, const char *f, ...) { va_list args; int len;