From: Shailendra Verma Date: Sat, 23 May 2015 05:10:27 +0000 (+0530) Subject: audit: fix for typo in comment to function audit_log_link_denied() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2201196479748b84e5526b2f81112fe2d0aaa37a;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git audit: fix for typo in comment to function audit_log_link_denied() Signed-off-by: Shailendra Verma [PM: tweaked subject line] Signed-off-by: Paul Moore --- diff --git a/kernel/audit.c b/kernel/audit.c index 72ab759a0b43..7497a5a0fac0 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)