Commit bb22d80b authored by Randy Dunlap's avatar Randy Dunlap Committed by James Morris
Browse files

LSM: drop duplicated words in header file comments



Drop the doubled words "the" and "and" in comments.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarSerge Hallyn <serge@hallyn.com>
Cc: linux-security-module@vger.kernel.org
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent c9fecf50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

/*
 * The macro LSM_HOOK is used to define the data structures required by the
 * The macro LSM_HOOK is used to define the data structures required by
 * the LSM framework using the pattern:
 *
 *	LSM_HOOK(<return_type>, <default_value>, <hook_name>, args...)
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@
 *	structure. Note that the security field was not added directly to the
 *	socket structure, but rather, the socket security information is stored
 *	in the associated inode.  Typically, the inode alloc_security hook will
 *	allocate and and attach security information to
 *	allocate and attach security information to
 *	SOCK_INODE(sock)->i_security.  This hook may be used to update the
 *	SOCK_INODE(sock)->i_security field with additional information that
 *	wasn't available when the inode was allocated.