]> git.karo-electronics.de Git - karo-tx-linux.git/commit
init/do_mounts.c: add maj:min syntax comment
authorSebastian Capella <sebastian.capella@linaro.org>
Tue, 5 Nov 2013 05:56:05 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:05 +0000 (16:56 +1100)
commitd79307da8c865c62c3dc87c774243da00bf05f57
tree4a70e755fc6e42223b78107d0aeee926d9a6dc31
parent1fb83f47b8181623bd69ee5361a3d519ad26794d
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>
init/do_mounts.c