diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-13 21:00:25 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 10:01:31 -0700 |
commit | 5a4432b9544bc84168267f8e51798f7fe9b1af24 (patch) | |
tree | 4294aec9afe4b87074030e220683e262a3007d6b /include/linux/mfd/max8998.h | |
parent | 0de4b95409367f5012ff5be7fd3785dc11c6cda8 (diff) | |
download | op-kernel-dev-5a4432b9544bc84168267f8e51798f7fe9b1af24.zip op-kernel-dev-5a4432b9544bc84168267f8e51798f7fe9b1af24.tar.gz |
mfd: printk/comment fixes
Correct spelling typo in drivers/mfd
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mfd/max8998.h')
-rw-r--r-- | include/linux/mfd/max8998.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/max8998.h b/include/linux/mfd/max8998.h index f4f0dfa..6823548 100644 --- a/include/linux/mfd/max8998.h +++ b/include/linux/mfd/max8998.h @@ -67,7 +67,7 @@ struct max8998_regulator_data { /** * struct max8998_board - packages regulator init data * @regulators: array of defined regulators - * @num_regulators: number of regultors used + * @num_regulators: number of regulators used * @irq_base: base IRQ number for max8998, required for IRQs * @ono: power onoff IRQ number for max8998 * @buck_voltage_lock: Do NOT change the values of the following six |