From: Javier Martinez Canillas Date: Wed, 15 Feb 2012 10:58:54 +0000 (+0100) Subject: security: struct security_operations kerneldoc fix X-Git-Tag: v3.4-rc1~175^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe74e361c6586cdd996bc2805033999dd469e99;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed