diff options
Diffstat (limited to 'ubi-utils/include/libmtd.h')
-rw-r--r-- | ubi-utils/include/libmtd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubi-utils/include/libmtd.h b/ubi-utils/include/libmtd.h index 242ecf5..d1290e0 100644 --- a/ubi-utils/include/libmtd.h +++ b/ubi-utils/include/libmtd.h @@ -29,7 +29,7 @@ extern "C" { /** * struct mtd_dev_info - information about an MTD device. - * @num: MTD device number + * @dev_num: MTD device number * @major: major number of corresponding character device * @minor: minor number of corresponding character device * @type: flash type (constants like %MTD_NANDFLASH defined in mtd-abi.h) @@ -44,7 +44,7 @@ extern "C" { */ struct mtd_dev_info { - int num; + int dev_num; int major; int minor; int type; |