Fixed a coding style issue.

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

Reply via email to