Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Jonathan Cameron
6abcb19e d269e0d6

+1 -1
+1 -1
drivers/iio/adc/ad4130.c
··· 1480 1480 1481 1481 if (pin >= AD4130_MAX_DIFF_INPUTS) 1482 1482 return dev_err_probe(dev, -EINVAL, 1483 - "Invalid diffreential channel %u\n", pin); 1483 + "Invalid differential channel %u\n", pin); 1484 1484 1485 1485 if (pin >= AD4130_MAX_ANALOG_PINS) 1486 1486 return 0;