[PATCH v2 3/6] iio: amplifiers: fix spelling mistake in comment

Shi Hao posted 6 patches 1 month ago
There is a newer version of this series
[PATCH v2 3/6] iio: amplifiers: fix spelling mistake in comment
Posted by Shi Hao 1 month ago
fix incorrect spelling in comment

- Curren -> Current

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/amplifiers/ada4250.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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   |
--
2.53.0
Re: [PATCH v2 3/6] iio: amplifiers: fix spelling mistake in comment
Posted by Jonathan Cameron 1 month ago
On Sat,  7 Mar 2026 16:17:02 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> fix incorrect spelling in comment
> 
> - Curren -> Current
As with the 1st patch, as it's just one thing good to say what it is
in the patch title as well as here.

Thanks,

Jonathan

> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
> ---
>  drivers/iio/amplifiers/ada4250.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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   |
> --
> 2.53.0