Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22011964 authored by Shailendra Verma's avatar Shailendra Verma Committed by Paul Moore
Browse files

audit: fix for typo in comment to function audit_log_link_denied()




Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
[PM: tweaked subject line]
Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
parent 5c5bc97e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)