[PATCH v5 03/14] iio: adc: add an article and use digitize instead of digitalize

Shi Hao posted 14 patches 3 weeks ago
[PATCH v5 03/14] iio: adc: add an article and use digitize instead of digitalize
Posted by Shi Hao 3 weeks ago
Use digitize instead of digitalize, which is the correct technical term,
and add an article for clarity.

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/adc/ti_am335x_adc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c
index a1a28584de93..1516dd332f90 100644
--- a/drivers/iio/adc/ti_am335x_adc.c
+++ b/drivers/iio/adc/ti_am335x_adc.c
@@ -113,10 +113,10 @@ static void tiadc_step_config(struct iio_dev *indio_dev)
	 * There are 16 configurable steps and 8 analog input
	 * lines available which are shared between Touchscreen and ADC.
	 *
-	 * Steps forwards i.e. from 0 towards 16 are used by ADC
-	 * depending on number of input lines needed.
+	 * Steps forward, i.e. from 0 towards 16, are used by ADC
+	 * depending on the number of input lines needed.
	 * Channel would represent which analog input
-	 * needs to be given to ADC to digitalize data.
+	 * needs to be given to ADC to digitize data.
	 */
	for (i = 0; i < adc_dev->channels; i++) {
		int chan;
--
2.53.0
Re: [PATCH v5 03/14] iio: adc: add an article and use digitize instead of digitalize
Posted by Jonathan Cameron 2 weeks, 2 days ago
On Mon, 16 Mar 2026 14:30:11 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> Use digitize instead of digitalize, which is the correct technical term,
> and add an article for clarity.
> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Applied,
Thanks,
J