summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-03 08:04:38 -0300
committerTom Rini <trini@ti.com>2013-10-07 08:21:13 -0400
commitf501991dcaa5ab633973b2887451daee5e70c6c8 (patch)
tree96e00bb2ce96926341da917e4767ae6a8e9b8960 /common
parenta6abaadcfa69d02aafc51b22a39b8dbde1a7a76c (diff)
downloadtalos-obmc-uboot-f501991dcaa5ab633973b2887451daee5e70c6c8.tar.gz
talos-obmc-uboot-f501991dcaa5ab633973b2887451daee5e70c6c8.zip
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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_mtdparts.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c
index 38a6e6d07e..f791372de1 100644
--- a/common/cmd_mtdparts.c
+++ b/common/cmd_mtdparts.c
@@ -381,10 +381,9 @@ static int part_validate_eraseblock(struct mtdids *id, struct part_info *part)
/**
- * Performs sanity check for supplied partition. Offset and size are verified
- * to be within valid range. Partition type is checked and either
- * parts_validate_nor() or parts_validate_nand() is called with the argument
- * of part.
+ * Performs sanity check for supplied partition. Offset and size are
+ * verified to be within valid range. Partition type is checked and
+ * part_validate_eraseblock() is called with the argument of part.
*
* @param id of the parent device
* @param part partition to validate
OpenPOWER on IntegriCloud