[PATCH 2/2] do_mounts: Small style cleanup in match_dev_by_uuid

From: Kirill Smelkov
Date: Wed Jan 05 2011 - 14:19:52 EST


From: Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx>

Signed-off-by: Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/