[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1392171390-4826-1-git-send-email-chishanmingshen@gmail.com>
Date: Wed, 12 Feb 2014 10:16:30 +0800
From: chishanmingshen <chishanmingshen@...il.com>
To: chishanmingshen <chishanmingshen@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Rob Landley <rob@...dley.net>,
Sebastian Capella <sebastian.capella@...aro.org>,
Toralf Förster <toralf.foerster@....de>,
linux-kernel@...r.kernel.org
Subject: [PATCH] init:Fix comment error
fix comment error
Signed-off-by: chishanmingshen <chishanmingshen@...il.com>
---
init/do_mounts.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/do_mounts.c b/init/do_mounts.c
index 8e5addc..82f2288 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -102,13 +102,13 @@ no_match:
/**
* devt_from_partuuid - looks up the dev_t of a partition by its UUID
- * @uuid: char array containing ascii UUID
+ * @uuid_str: char array containing ascii UUID
*
* The function will return the first partition which contains a matching
* UUID value in its partition_meta_info struct. This does not search
* by filesystem UUIDs.
*
- * If @uuid is followed by a "/PARTNROFF=%d", then the number will be
+ * If @uuid_str is followed by a "/PARTNROFF=%d", then the number will be
* extracted and used as an offset from the partition identified by the UUID.
*
* Returns the matching dev_t on success or 0 on failure.
--
1.7.9.5
--
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