diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-28 18:38:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-28 13:43:40 -0700 |
commit | a3ad434ad782085670d74e1a35c4c3f6043749f0 (patch) | |
tree | df71c6fa5579b146128aa90e15a10ac421339b8b | |
parent | 21db923eae812cf594d53f6519e113ee1b051f2c (diff) | |
download | linux-a3ad434ad782085670d74e1a35c4c3f6043749f0.tar.bz2 |
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 <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv4/netfilter/arp_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c index f5b26ef17820..9a1567dbc022 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. * |