Subject: + init-do_mountsc-fix-comment-error.patch added to -mm tree To: chishanmingshen@xxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Wed, 12 Feb 2014 14:18:19 -0800 The patch titled Subject: init/do_mounts.c: fix comment error has been added to the -mm tree. Its filename is init-do_mountsc-fix-comment-error.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/init-do_mountsc-fix-comment-error.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/init-do_mountsc-fix-comment-error.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: chishanmingshen <chishanmingshen@xxxxxxxxx> Subject: init/do_mounts.c: fix comment error Signed-off-by: chishanmingshen <chishanmingshen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/do_mounts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN init/do_mounts.c~init-do_mountsc-fix-comment-error init/do_mounts.c --- a/init/do_mounts.c~init-do_mountsc-fix-comment-error +++ a/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. _ Patches currently in -mm which might be from chishanmingshen@xxxxxxxxx are init-do_mountsc-fix-comment-error.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html