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: add an article and use digitize instead of digitalize

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>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Shi Hao and committed by
Jonathan Cameron
a27bace4 0dcaf3db

+3 -3
+3 -3
drivers/iio/adc/ti_am335x_adc.c
··· 113 113 * There are 16 configurable steps and 8 analog input 114 114 * lines available which are shared between Touchscreen and ADC. 115 115 * 116 - * Steps forwards i.e. from 0 towards 16 are used by ADC 117 - * depending on number of input lines needed. 116 + * Steps forward, i.e. from 0 towards 16, are used by ADC 117 + * depending on the number of input lines needed. 118 118 * Channel would represent which analog input 119 - * needs to be given to ADC to digitalize data. 119 + * needs to be given to ADC to digitize data. 120 120 */ 121 121 for (i = 0; i < adc_dev->channels; i++) { 122 122 int chan;