From: Christoph Hellwig Date: Tue, 28 Jul 2020 16:38:33 +0000 (+0200) Subject: netfilter: arp_tables: restore a SPDX identifier X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a3ad434ad782085670d74e1a35c4c3f6043749f0;p=linux.git netfilter: arp_tables: restore a SPDX identifier This was accidentally removed in an unrelated commit. Fixes: c2f12630c60f ("netfilter: switch nf_setsockopt to sockptr_t") Signed-off-by: Christoph Hellwig Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c index f5b26ef178200..9a1567dbc022b 100644 --- a/net/ipv4/netfilter/arp_tables.c +++ b/net/ipv4/netfilter/arp_tables.c @@ -1,4 +1,4 @@ - +// SPDX-License-Identifier: GPL-2.0-only /* * Packet matching code for ARP packets. *