aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/abx500.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
index 7ef38070947..7ee76b5562b 100644
--- a/include/linux/mfd/abx500.h
+++ b/include/linux/mfd/abx500.h
@@ -218,7 +218,7 @@ struct abx500_init_settings {
* @dev_data: Device specific data
* @dev_data_sz: Size of dev_data in bytes
* @init_settings: Initial I2C register settings
- * @init_settings_sz: Size of init_settings in bytes
+ * @init_settings_sz: Size of init_settings array (ARRAY_SIZE)
*
* Data supplied to initialize board connections to the AB3550
*/
@@ -273,7 +273,7 @@ enum ab5500_banks {
* @dev_data: Device specific data
* @dev_data_sz: Size of dev_data in bytes
* @init_settings: Initial I2C register settings
- * @init_settings_sz: Size of init_settings in bytes
+ * @init_settings_sz: Size of init_settings array (ARRAY_SIZE)
*
* Data supplied to initialize board connections to the AB5500
*/