aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-03-14 12:53:52 +0100
committerLee Jones <lee.jones@linaro.org>2022-03-23 14:51:51 +0000
commitdef387a2395708ccba333ccc0cea82ef5108f9be (patch)
treed3ef3edf50c850d5ed2e8c8a1642c32e0ee958ac /drivers/mfd
parentmfd: Use platform_get_irq() to get the interrupt (diff)
downloadlinux-dev-def387a2395708ccba333ccc0cea82ef5108f9be.tar.xz
linux-dev-def387a2395708ccba333ccc0cea82ef5108f9be.zip
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')
-rw-r--r--drivers/mfd/rohm-bd9576.c2
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.
*/