lkml.org 
[lkml]   [2011]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 2/2] do_mounts: Small style cleanup in match_dev_by_uuid
From
From: Kirill Smelkov <kirr@landau.phys.spbu.ru>

Signed-off-by: Kirill Smelkov <kirr@landau.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

\
 
 \ /
  Last update: 2011-01-05 20:21    [W:0.033 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site