[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <88a134a43594a67cd759f8dbfce45606ef6f295a.1294400351.git.kirr@landau.phys.spbu.ru>
Date: Fri, 7 Jan 2011 14:42:42 +0300
From: Kirill Smelkov <kirr@...dau.phys.spbu.ru>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-kernel@...r.kernel.org,
Kirill Smelkov <kirr@...dau.phys.spbu.ru>
Subject: [RESEND PATCH 2/2] do_mounts: Small style cleanup in match_dev_by_uuid
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 1dda439..5da7c7a 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.4.rc1
--
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