OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21db923
)
netfilter: arp_tables: restore a SPDX identifier
author
Christoph Hellwig
<hch@lst.de>
Tue, 28 Jul 2020 16:38:33 +0000
(18:38 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 Jul 2020 20:43:40 +0000
(13:43 -0700)
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>
net/ipv4/netfilter/arp_tables.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/arp_tables.c
b/net/ipv4/netfilter/arp_tables.c
index
f5b26ef
..
9a1567d
100644
(file)
--- 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.
*