* [PATCH] kernel:audit - Fix for typo in comment to function audit_log_link_denied().
@ 2015-05-23 5:10 Shailendra Verma
2015-05-29 19:20 ` Paul Moore
0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-23 5:10 UTC (permalink / raw)
To: Paul Moore, Eric Paris, linux-audit; +Cc: linux-kernel, Shailendra Verma
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
kernel/audit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/audit.c b/kernel/audit.c
index 1c13e42..f9e6065 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1904,7 +1904,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)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kernel:audit - Fix for typo in comment to function audit_log_link_denied().
2015-05-23 5:10 [PATCH] kernel:audit - Fix for typo in comment to function audit_log_link_denied() Shailendra Verma
@ 2015-05-29 19:20 ` Paul Moore
0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2015-05-29 19:20 UTC (permalink / raw)
To: Shailendra Verma; +Cc: Eric Paris, linux-audit, linux-kernel
On Saturday, May 23, 2015 10:40:27 AM Shailendra Verma wrote:
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
> ---
> kernel/audit.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/kernel/audit.c b/kernel/audit.c
> index 1c13e42..f9e6065 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -1904,7 +1904,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)
--
paul moore
www.paul-moore.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-29 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 5:10 [PATCH] kernel:audit - Fix for typo in comment to function audit_log_link_denied() Shailendra Verma
2015-05-29 19:20 ` Paul Moore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).