mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kernel/audit_tree.c: fixed comment's coding style
@ 2013-12-03 18:00 Roman Kuznetsov
  0 siblings, 0 replies; only message in thread
From: Roman Kuznetsov @ 2013-12-03 18:00 UTC (permalink / raw)
  To: viro, eparis; +Cc: linux-kernel, Roman Kuznetsov

Fixed a coding style issue.

Signed-off-by: Roman Kuznetsov <kuznetsov24@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-03 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-03 18:00 [PATCH] kernel/audit_tree.c: fixed comment's coding style Roman Kuznetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome