lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ