Skip to content
Commit 5d877d87 authored by Jan Engelhardt's avatar Jan Engelhardt
Browse files

netfilter: decnet: use NFPROTO values for NF_HOOK invocation



The semantic patch used was:
// <smpl>
@@
@@
 NF_HOOK(
-PF_DECnet,
+NFPROTO_DECNET,
 ...)
// </smpl>

Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
parent b2e0b385
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment