]> git.baikalelectronics.ru Git - kernel.git/commit
init/do_mounts.c: add maj:min syntax comment
authorSebastian Capella <sebastian.capella@linaro.org>
Tue, 12 Nov 2013 23:08:39 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:12 +0000 (12:09 +0900)
commit943fca14d4810cfda5a813e11ee4921d9e932e7d
treee415d542a1a38fc55c993a804acb114c768f5d92
parent5a7f387dc586c7a8ee244e9a7ee7dd157e5ab563
init/do_mounts.c: add maj:min syntax comment

The name_to_dev_t function has a comment block which lists the supported
syntaxes for the device name.  Add a bullet for the <major>:<minor>
syntax, which is already supported in the code

Signed-off-by: Sebastian Capella <sebastian.capella@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts.c