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

[MTD] cmdlineparts documentation change - explain where mtd-id comes from

Signed-off-by: Philip Rakity <prakity@yahoo.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Philip Rakity and committed by
David Woodhouse
a0ee24a0 87e92c06

+1
+1
drivers/mtd/cmdlinepart.c
··· 7 7 * 8 8 * mtdparts=<mtddef>[;<mtddef] 9 9 * <mtddef> := <mtd-id>:<partdef>[,<partdef>] 10 + * where <mtd-id> is the name from the "cat /proc/mtd" command 10 11 * <partdef> := <size>[@offset][<name>][ro][lk] 11 12 * <mtd-id> := unique name used in mapping driver/device (mtd->name) 12 13 * <size> := standard linux memsize OR "-" to denote all remaining space