audit: fix for typo in comment to function audit_log_link_denied()
authorShailendra Verma <shailendra.capricorn@gmail.com>
Sat, 23 May 2015 05:10:27 +0000 (10:40 +0530)
committerPaul Moore <pmoore@redhat.com>
Fri, 29 May 2015 19:19:02 +0000 (15:19 -0400)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
[PM: tweaked subject line]
Signed-off-by: Paul Moore <pmoore@redhat.com>
kernel/audit.c

index 72ab759a0b43a6400750cefa71650ed64e7a8222..7497a5a0fac04bcf0a408f489a6d0370f50b3904 100644 (file)
@@ -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)