diff options
Diffstat (limited to 'net/ipv6/protocol.c')
-rw-r--r-- | net/ipv6/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/protocol.c b/net/ipv6/protocol.c index 52c1d58b6ca6..ad0410c99675 100644 --- a/net/ipv6/protocol.c +++ b/net/ipv6/protocol.c | |||
@@ -64,7 +64,7 @@ int inet6_add_protocol(struct inet6_protocol *prot, unsigned char protocol) | |||
64 | /* | 64 | /* |
65 | * Remove a protocol from the hash tables. | 65 | * Remove a protocol from the hash tables. |
66 | */ | 66 | */ |
67 | 67 | ||
68 | int inet6_del_protocol(struct inet6_protocol *prot, unsigned char protocol) | 68 | int inet6_del_protocol(struct inet6_protocol *prot, unsigned char protocol) |
69 | { | 69 | { |
70 | int ret, hash = protocol & (MAX_INET_PROTOS - 1); | 70 | int ret, hash = protocol & (MAX_INET_PROTOS - 1); |