Incorporate comments from Ken Petit

This commit is contained in:
Gregory Nutt
2013-04-30 17:02:34 -06:00
parent f9be47ead2
commit 5d4af79ea0
2 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ extern "C"
*
****************************************************************************/
FAR struct mtd_dev_s *mtd_partition(FAR struct mtd_dev_s *mtd, off_t offset,
off_t nblocks);
FAR struct mtd_dev_s *mtd_partition(FAR struct mtd_dev_s *mtd,
off_t firstblock, off_t nblocks);
/****************************************************************************
* Name: ftl_initialize