Commit 60c6580a authored by David S. Miller's avatar David S. Miller

[IPV6]: Typo, try_get_module --> try_module_get.

parent 7d941b75
......@@ -242,7 +242,7 @@ static int inet6_create(struct socket *sock, int protocol)
atomic_inc(&inet6_sock_nr);
atomic_inc(&inet_sock_nr);
#endif
if (!try_get_module(THIS_MODULE)) {
if (!try_module_get(THIS_MODULE)) {
inet_sock_release(sk);
return -EBUSY;
}
......
Markdown is supported
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