Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946102AbbEWFKn (ORCPT ); Sat, 23 May 2015 01:10:43 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35903 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757824AbbEWFKj (ORCPT ); Sat, 23 May 2015 01:10:39 -0400 From: Shailendra Verma To: Paul Moore , Eric Paris , linux-audit@redhat.com Cc: linux-kernel@vger.kernel.org, Shailendra Verma Subject: [PATCH] kernel:audit - Fix for typo in comment to function audit_log_link_denied(). Date: Sat, 23 May 2015 10:40:27 +0530 Message-Id: <1432357827-4401-1-git-send-email-shailendra.capricorn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 27 Signed-off-by: Shailendra Verma --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/