Skip to content

Commit bb22d80

Browse files
rddunlapJames Morris
authored andcommitted
LSM: drop duplicated words in header file comments
Drop the doubled words "the" and "and" in comments. Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Serge Hallyn <[email protected]> Cc: [email protected] Signed-off-by: James Morris <[email protected]>
1 parent c9fecf5 commit bb22d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/linux/lsm_hook_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/*
18-
* The macro LSM_HOOK is used to define the data structures required by the
18+
* The macro LSM_HOOK is used to define the data structures required by
1919
* the LSM framework using the pattern:
2020
*
2121
* LSM_HOOK(<return_type>, <default_value>, <hook_name>, args...)

include/linux/lsm_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
* structure. Note that the security field was not added directly to the
799799
* socket structure, but rather, the socket security information is stored
800800
* in the associated inode. Typically, the inode alloc_security hook will
801-
* allocate and and attach security information to
801+
* allocate and attach security information to
802802
* SOCK_INODE(sock)->i_security. This hook may be used to update the
803803
* SOCK_INODE(sock)->i_security field with additional information that
804804
* wasn't available when the inode was allocated.

0 commit comments

Comments
 (0)