OSDN Git Service

mtd: cmdlinepart: describe mtd ordering
authorChristopher Cordahi <christophercordahi@nanometrics.ca>
Tue, 18 Dec 2012 21:11:51 +0000 (16:11 -0500)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 4 Feb 2013 07:26:28 +0000 (09:26 +0200)
commitea8b8e27fecd44c4fb7b3c6f8f72ea7b92f87fe8
treec4b407c1127f553b4ac1d0975dc0f94f18d37150
parentebf4f0707df410a7666ec409ee68dc068db56e97
mtd: cmdlinepart: describe mtd ordering

The mtd documentation makes no mention of the useful feature whereby
partitions' logical ordering need not match their physical ordering.
Truncation of parts, skipping of zero sized parts, and handling of
overlapping parts are similarly not mentioned.

This updates the comments at the top of file describing the command
line parsing as currently implemented.   I proposed this in
http://lists.infradead.org/pipermail/linux-mtd/2012-December/045314.html

Signed-off-by: Christopher Cordahi <christophercordahi@nanometrics.ca>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/cmdlinepart.c