diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 00:30:36 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 00:30:36 +0300 |
commit | ce13266d97b198934e86166491bfa4938e96508f (patch) | |
tree | b27f7ba1724ee1fef637ee0406577b1ee2d2fbaa /include/linux/lsm_hook_defs.h | |
parent | 952ace797c17d06e50ad2a738babd27159b8d7cc (diff) | |
parent | bb22d80b47d5dd641d09d31946c4be0f610f3f45 (diff) | |
download | linux-ce13266d97b198934e86166491bfa4938e96508f.tar.xz |
Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem updates from James Morris:
"A couple of minor documentation updates only for this release"
* tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
LSM: drop duplicated words in header file comments
Replace HTTP links with HTTPS ones: security
Diffstat (limited to 'include/linux/lsm_hook_defs.h')
-rw-r--r-- | include/linux/lsm_hook_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h index af998f93d256..2a8c74d99015 100644 --- a/include/linux/lsm_hook_defs.h +++ b/include/linux/lsm_hook_defs.h @@ -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...) |