diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:52 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-03-23 14:51:51 +0000 |
commit | def387a2395708ccba333ccc0cea82ef5108f9be (patch) | |
tree | d3ef3edf50c850d5ed2e8c8a1642c32e0ee958ac /drivers/mfd/rohm-bd9576.c | |
parent | fc832ac98752950e267081d1ea6048d948969037 (diff) |
mfd: bd9576: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220314115354.144023-29-Julia.Lawall@inria.fr
Diffstat (limited to 'drivers/mfd/rohm-bd9576.c')
-rw-r--r-- | drivers/mfd/rohm-bd9576.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rohm-bd9576.c b/drivers/mfd/rohm-bd9576.c index 6661a27d69a8..f37cd4f27aeb 100644 --- a/drivers/mfd/rohm-bd9576.c +++ b/drivers/mfd/rohm-bd9576.c @@ -23,7 +23,7 @@ enum { }; /* - * Due to the BD9576MUF nasty IRQ behaiour we don't always populate IRQs. + * Due to the BD9576MUF nasty IRQ behaviour we don't always populate IRQs. * These will be added to regulator resources only if IRQ information for the * PMIC is populated in device-tree. */ |