netlink: rename ssk to sk in struct netlink_skb_params
authorPatrick McHardy <kaber@trash.net>
Wed, 17 Apr 2013 06:46:57 +0000 (06:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2013 18:57:56 +0000 (14:57 -0400)
Memory mapped netlink needs to store the receiving userspace socket
when sending from the kernel to userspace. Rename 'ssk' to 'sk' to
avoid confusion.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found