On Sat, 15 Apr 2023 20:37:53 +0300 david.keisarschm@xxxxxxxxxxxxxxx wrote: > diff --git a/include/uapi/linux/netfilter/xt_dscp.h b/include/uapi/linux/netfilter/xt_dscp.h > index 7594e4df8..223d635e8 100644 > --- a/include/uapi/linux/netfilter/xt_dscp.h > +++ b/include/uapi/linux/netfilter/xt_dscp.h > @@ -1,32 +1,27 @@ > /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > -/* x_tables module for matching the IPv4/IPv6 DSCP field > +/* x_tables module for setting the IPv4/IPv6 DSCP field > * > * (C) 2002 Harald Welte <laforge@xxxxxxxxxxxx> > + * based on ipt_FTOS.c (C) 2000 by Matthew G. Marsh <mgm@xxxxxxxxxxxxx> > * This software is distributed under GNU GPL v2, 1991 > * > * See RFC2474 for a description of the DSCP field within the IP Header. > * > - * xt_dscp.h,v 1.3 2002/08/05 19:00:21 laforge Exp > + * xt_DSCP.h,v 1.7 2002/03/14 12:03:13 laforge Exp > */ This part of the change is a mess. Why are you adding ipt_FTOS.c here? Why are you updating ancient header line from 2002?