diff options
| author | Shi Hao <i.shihao.999@gmail.com> | 2026-03-16 12:00:22 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2026-03-21 22:30:24 +0300 |
| commit | 88d699da8ab6ead396809006c65d07b13b19907c (patch) | |
| tree | 3c040208c2e901a2f79343332dcad68a9e0e8a40 | |
| parent | 1011a6bd86bc79dcadab04f3326868e62613484a (diff) | |
| download | linux-88d699da8ab6ead396809006c65d07b13b19907c.tar.xz | |
iio: amplifiers: fix typo from Curren to Current
Fix incorrect spelling from Curren to Current.
Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/amplifiers/ada4250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/amplifiers/ada4250.c b/drivers/iio/amplifiers/ada4250.c index 40f396ea9069..71e361af2074 100644 --- a/drivers/iio/amplifiers/ada4250.c +++ b/drivers/iio/amplifiers/ada4250.c @@ -109,7 +109,7 @@ static int ada4250_set_offset_uv(struct iio_dev *indio_dev, /* * Compute Range and Voltage per LSB for the Sensor Offset Calibration - * Example of computation for Range 1 and Range 2 (Curren Bias Set = AVDD): + * Example of computation for Range 1 and Range 2 (Current Bias Set = AVDD): * Range 1 Range 2 * Gain | Max Vos(mV) | LSB(mV) | Max Vos(mV) | LSB(mV) | * 2 | X1*127 | X1=0.126(AVDD-1) | X1*3*127 | X1*3 | |
