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)
commit6c251611ce68d80e0067aab80a0a3b6bc652d5f5
treee415d542a1a38fc55c993a804acb114c768f5d92
parentb5064654c538ad9a2eb1195d80e7593b2e1c1452
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