]> 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)
commit958f863989421fe42f36820c3eed77beeb07ad11
treee415d542a1a38fc55c993a804acb114c768f5d92
parent964eb1dbaf4f4cc604faa932315522910928be2a
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