]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: Fix function description in part_validate comment
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 3 Oct 2013 11:04:38 +0000 (08:04 -0300)
committerTom Rini <trini@ti.com>
Mon, 7 Oct 2013 12:21:13 +0000 (08:21 -0400)
commitf501991dcaa5ab633973b2887451daee5e70c6c8
tree96e00bb2ce96926341da917e4767ae6a8e9b8960
parenta6abaadcfa69d02aafc51b22a39b8dbde1a7a76c
mtd: Fix function description in part_validate comment

The part_validate comment had a wrong description of the actions it
does and referenced to non-existent functions while in fact it calls
'part_validate_eraseblock()'.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
common/cmd_mtdparts.c