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)
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>

No differences found