diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-07 10:23:31 +0530 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-09-10 17:30:21 +0100 |
| commit | 9abc104579e25c09268d76c430c6428d9d3822ca (patch) | |
| tree | e434d0095acfaf07a9d685ee77a8426469517af2 | |
| parent | 2c9f3296039cfbe924d8196f2a61032c6520e199 (diff) | |
| download | linux-next-9abc104579e25c09268d76c430c6428d9d3822ca.tar.gz linux-next-9abc104579e25c09268d76c430c6428d9d3822ca.zip | |
mfd: wm831x: Fix typo "convertor" in comment
Correct "convertor" to "converter", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt. Only touches a
comment, no code changes.
Since v1 the subject carries the driver name and a capitalised
description, to match the MFD subsystem convention.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Link: https://patch.msgid.link/20260907045331.16932-4-hemanth.selam@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | drivers/mfd/wm831x-auxadc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/wm831x-auxadc.c b/drivers/mfd/wm831x-auxadc.c index 744e1d161c5a..6280d4f38981 100644 --- a/drivers/mfd/wm831x-auxadc.c +++ b/drivers/mfd/wm831x-auxadc.c @@ -132,7 +132,7 @@ static irqreturn_t wm831x_auxadc_irq(int irq, void *irq_data) 1 << input, 0); wm831x->auxadc_active &= ~(1 << input); - /* Turn off the entire convertor if idle */ + /* Turn off the entire converter if idle */ if (!wm831x->auxadc_active) wm831x_reg_write(wm831x, WM831X_AUXADC_CONTROL, 0); |
