diff options
author | Shailendra Verma <shailendra.capricorn@gmail.com> | 2015-05-23 10:40:27 +0530 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2015-05-29 15:19:02 -0400 |
commit | 2201196479748b84e5526b2f81112fe2d0aaa37a (patch) | |
tree | 0ccf7256e39072d97650996f786fb151eff3fa72 /kernel/audit.c | |
parent | 5c5bc97e2fc819112ece40e7d433039d6df8f7ba (diff) | |
download | op-kernel-dev-2201196479748b84e5526b2f81112fe2d0aaa37a.zip op-kernel-dev-2201196479748b84e5526b2f81112fe2d0aaa37a.tar.gz |
audit: fix for typo in comment to function audit_log_link_denied()
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
[PM: tweaked subject line]
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r-- | kernel/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 72ab759..7497a5a 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -1891,7 +1891,7 @@ EXPORT_SYMBOL(audit_log_task_info); /** * audit_log_link_denied - report a link restriction denial - * @operation: specific link opreation + * @operation: specific link operation * @link: the path that triggered the restriction */ void audit_log_link_denied(const char *operation, struct path *link) |