[PATCH] kernel/audit_tree.c: fixed comment's coding style

From: Roman Kuznetsov
Date: Tue Dec 03 2013 - 13:01:15 EST


Fixed a coding style issue.

Signed-off-by: Roman Kuznetsov <kuznetsov24@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/