From 4273f676097f804f456aa19b56d4f9cad73be404 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 9 May 2018 19:05:27 +0000 Subject: [PATCH] Fix style error introduced in r333393. Reported by: jhb, imp, phk MFC after: 6 days X-MFC with: r333393 --- sys/contrib/ipfilter/netinet/fil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ipfilter/netinet/fil.c b/sys/contrib/ipfilter/netinet/fil.c index ffb5611e2de..022129aedf1 100644 --- a/sys/contrib/ipfilter/netinet/fil.c +++ b/sys/contrib/ipfilter/netinet/fil.c @@ -1299,7 +1299,7 @@ ipf_pr_icmp(fin) } } #endif - /* fallthrough is intentional */ + /* FALLTHROUGH */ case ICMP_SOURCEQUENCH : case ICMP_REDIRECT : case ICMP_TIMXCEED :