diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-13 14:00:25 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 19:01:31 +0200 |
commit | 5a4432b9544bc84168267f8e51798f7fe9b1af24 (patch) | |
tree | 4294aec9afe4b87074030e220683e262a3007d6b /include | |
parent | doc: getdelays.c: remember to close() socket on error in create_nl_socket() (diff) | |
download | linux-5a4432b9544bc84168267f8e51798f7fe9b1af24.tar.xz linux-5a4432b9544bc84168267f8e51798f7fe9b1af24.zip |
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')
-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 f4f0dfa4698a..6823548d0c0a 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 |