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: pressure: fix spelling mistakes in comments

Fix several spelling mistakes in comments.

- opertion -> operations
- transfered -> transferred
- usng -> using
- externaly -> externally

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Shi Hao and committed by
Jonathan Cameron
896b6508 2354338c

+4 -4
+1 -1
drivers/iio/pressure/bmp280-spi.c
··· 47 47 return -EINVAL; 48 48 49 49 /* 50 - * According to the BMP3xx datasheets, for a basic SPI read opertion, 50 + * According to the BMP3xx datasheets, for a basic SPI read operation, 51 51 * the first byte needs to be dropped and the rest are the requested 52 52 * data. 53 53 */
+1 -1
drivers/iio/pressure/hsc030pa.c
··· 273 273 * @data: structure containing instantiated sensor data 274 274 * Return: true only if both status bits are zero 275 275 * 276 - * the two MSB from the first transfered byte contain a status code 276 + * The two MSB from the first transferred byte contain a status code 277 277 * 00 - normal operation, valid data 278 278 * 01 - device in factory programming mode 279 279 * 10 - stale data
+1 -1
drivers/iio/pressure/rohm-bm1390.c
··· 440 440 * the timestamps. If we are ran from IRQ, then the 441 441 * IRQF_ONESHOT has us covered - but if we are ran by the 442 442 * user-space read we need to disable the IRQ to be on a safe 443 - * side. We do this usng synchronous disable so that if the 443 + * side. We do this using synchronous disable so that if the 444 444 * IRQ thread is being ran on other CPU we wait for it to be 445 445 * finished. 446 446 */
+1 -1
drivers/iio/pressure/zpa2326.c
··· 840 840 841 841 complete: 842 842 /* 843 - * Wake up direct or externaly triggered buffer mode waiters: see 843 + * Wake up direct or externally triggered buffer mode waiters: see 844 844 * zpa2326_sample_oneshot() and zpa2326_trigger_handler(). 845 845 */ 846 846 complete(&priv->data_ready);