mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUS
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 22 May 2018 15:07:53 +0000 (17:07 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Wed, 23 May 2018 08:08:48 +0000 (10:08 +0200)
commit34c819073c8b8b652ced18e53bd2b0332dbe29cf
treedfc97087711676d80b66e6246b897b7145c50ffd
parentcf589ce71e84d3b8811c65740645af254c5248c0
mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUS

The comment about offset zero was not updated when changing behavior:
  - Automatic offset calculation is indicated by OFFSET_CONTINUOUS,
  - Zero really means offset zero.

Fixes: b175d03dd2072836 ("[PATCH] mtd cmdlinepart: allow zero offset value")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/cmdlinepart.c