diff options
| author | Julia Lawall <[email protected]> | 2022-03-14 12:53:52 +0100 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2022-03-23 14:51:51 +0000 |
| commit | def387a2395708ccba333ccc0cea82ef5108f9be (patch) | |
| tree | d3ef3edf50c850d5ed2e8c8a1642c32e0ee958ac | |
| 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 <[email protected]>
Reviewed-by: Matti Vaittinen <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -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. */ |