security: struct security_operations kerneldoc fix
authorJavier Martinez Canillas <javier@dowhile0.org>
Wed, 15 Feb 2012 10:58:54 +0000 (11:58 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 28 Feb 2012 15:01:55 +0000 (16:01 +0100)
commitfbe74e361c6586cdd996bc2805033999dd469e99
tree76ce4479bbb4391181b8f5bf4f558953ca367074
parent4ff162f0795ae962d90f7b0931db03221fa0ac18
security: struct security_operations kerneldoc fix

unix_may_send hook has the prototype:

int (*unix_may_send) (struct socket *sock, struct socket *other)

so the documentation is wrongly referring to the second argument as @sock.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/security.h