mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 09:22:53 -04:00
iio: adc: ad4130: Fix spelling mistake "diffreential" -> "differential"
There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20221104093148.167765-1-colin.i.king@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
d269e0d607
commit
6abcb19e0a
@@ -1480,7 +1480,7 @@ static int ad4130_validate_diff_channel(struct ad4130_state *st, u32 pin)
|
||||
|
||||
if (pin >= AD4130_MAX_DIFF_INPUTS)
|
||||
return dev_err_probe(dev, -EINVAL,
|
||||
"Invalid diffreential channel %u\n", pin);
|
||||
"Invalid differential channel %u\n", pin);
|
||||
|
||||
if (pin >= AD4130_MAX_ANALOG_PINS)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user