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:	Wed, 5 Jan 2011 22:19:47 +0300
From:	Kirill Smelkov <kirr@...dau.phys.spbu.ru>
To:	Jens Axboe <jaxboe@...ionio.com>
Cc:	Kirill Smelkov <kirr@...dau.phys.spbu.ru>, kirr@....spb.ru,
	linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] do_mounts: Small style cleanup in match_dev_by_uuid

From: Kirill Smelkov <kirr@...dau.phys.spbu.ru>

Signed-off-by: Kirill Smelkov <kirr@...dau.phys.spbu.ru>
---
 init/do_mounts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/do_mounts.c b/init/do_mounts.c
index 1315e8d..c75dbd5 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -75,7 +75,7 @@ static int match_dev_by_uuid(struct device *dev, void *data)
 		goto no_match;

 	if (memcmp(uuid, part->info->uuid, sizeof(part->info->uuid)))
-			goto no_match;
+		goto no_match;

 	return 1;
 no_match:
-- 
1.7.3.4.626.g73e7b
--
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