[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1386093659-4843-1-git-send-email-kuznetsov24@gmail.com>
Date: Tue, 3 Dec 2013 22:00:59 +0400
From: Roman Kuznetsov <kuznetsov24@...il.com>
To: viro@...iv.linux.org.uk, eparis@...hat.com
Cc: linux-kernel@...r.kernel.org,
Roman Kuznetsov <kuznetsov24@...il.com>
Subject: [PATCH] kernel/audit_tree.c: fixed comment's coding style
Fixed a coding style issue.
Signed-off-by: Roman Kuznetsov <kuznetsov24@...il.com>
---
kernel/audit_tree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/audit_tree.c b/kernel/audit_tree.c
index 43c307d..d9c39cf 100644
--- a/kernel/audit_tree.c
+++ b/kernel/audit_tree.c
@@ -296,7 +296,7 @@ static void untag_chunk(struct node *p)
goto out;
Fallback:
- // do the best we can
+ /* do the best we can */
spin_lock(&hash_lock);
if (owner->root == chunk) {
list_del_init(&owner->same_root);
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists