Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

init/do_mounts.c: fix comment error

Signed-off-by: chishanmingshen <chishanmingshen@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

chishanmingshen and committed by
Linus Torvalds
a68b3108 b003f965

+2 -2
+2 -2
init/do_mounts.c
··· 102 102 103 103 /** 104 104 * devt_from_partuuid - looks up the dev_t of a partition by its UUID 105 - * @uuid: char array containing ascii UUID 105 + * @uuid_str: char array containing ascii UUID 106 106 * 107 107 * The function will return the first partition which contains a matching 108 108 * UUID value in its partition_meta_info struct. This does not search 109 109 * by filesystem UUIDs. 110 110 * 111 - * If @uuid is followed by a "/PARTNROFF=%d", then the number will be 111 + * If @uuid_str is followed by a "/PARTNROFF=%d", then the number will be 112 112 * extracted and used as an offset from the partition identified by the UUID. 113 113 * 114 114 * Returns the matching dev_t on success or 0 on failure.