commit | fbe74e361c6586cdd996bc2805033999dd469e99 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@dowhile0.org> | Wed Feb 15 11:58:54 2012 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Feb 28 16:01:55 2012 +0100 |
tree | 76ce4479bbb4391181b8f5bf4f558953ca367074 | |
parent | 4ff162f0795ae962d90f7b0931db03221fa0ac18 [diff] |
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>