public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/14] iio: fix spelling mistakes in comments
@ 2026-03-16  9:00 Shi Hao
  2026-03-16  9:00 ` [PATCH v5 01/14] iio: accel: fix typo celcius to Celsius Shi Hao
                   ` (14 more replies)
  0 siblings, 15 replies; 38+ messages in thread
From: Shi Hao @ 2026-03-16  9:00 UTC (permalink / raw)
  To: jic23
  Cc: andriy.shevchenko, andy, dlechner, i.shihao.999, linux-iio,
	linux-kernel, mazziesaccount, nuno.sa

This series fixes spelling mistakes in comments across several IIO
subsystems to improve readability and code consistency.

v5:

- Rebased on linux-next
- Dropped patches already fixed upstream
- Added 8 additional patches to previous 6-patch series
- Rephrased several patches for clarity and grammar
- Added missing article where needed
- Improved commit messages for clarity

v4: https://lore.kernel.org/linux-iio/20260311093933.21333-1/

- Fix commit message grammar and punctuation across patches
- Keep 'whilst' instead of 'while'
- Rephrase sentence in chemical driver comment
- Capitalize IIO in comments

v3: https://lore.kernel.org/linux-iio/20260309104513.40359-1

- Change commit subjects as per changes
- Capitalize proper acronyms (IRQ) and Celsius
- Fix short wrap in commit body

v2: https://lore.kernel.org/linux-iio/20260307104705.49129-1

- Split original patch into 6 commits
- Fixed commit message formatting and typos
- Added necessary tags in commits
- Added more fixes than previous

Shi Hao (14):
  iio: accel: fix typo celcius to Celsius
  iio: light: fix several incorrect spellings
  iio: adc: add an article and use digitize instead of digitalize
  iio: imu: fix typo from adjustement to adjustment
  iio: magnetometer: fix various spelling mistakes
  iio: pressure: fix spelling mistakes in comments
  iio: proximity: fix typo from currenly to currently
  iio: resolver: fix typo from degredation to degradation
  iio: temp: fix spelling mistakes in comments
  iio: test: fix typo from neeeds to needs in comment
  iio: common: fix spelling mistakes in comments
  iio: chemical: rephrase comment and fix a typo
  iio: cdc: fix spelling mistakes in comments
  iio: amplifiers: fix typo from Curren to Current

 drivers/iio/accel/adis16201.c                          | 2 +-
 drivers/iio/accel/adis16209.c                          | 2 +-
 drivers/iio/adc/ti_am335x_adc.c                        | 6 +++---
 drivers/iio/amplifiers/ada4250.c                       | 2 +-
 drivers/iio/cdc/ad7150.c                               | 2 +-
 drivers/iio/cdc/ad7746.c                               | 2 +-
 drivers/iio/chemical/bme680_core.c                     | 2 +-
 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c   | 2 +-
 drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 2 +-
 drivers/iio/common/inv_sensors/inv_sensors_timestamp.c | 4 ++--
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c         | 2 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c             | 2 +-
 drivers/iio/light/Kconfig                              | 2 +-
 drivers/iio/light/apds9160.c                           | 2 +-
 drivers/iio/light/ltr390.c                             | 2 +-
 drivers/iio/light/opt3001.c                            | 2 +-
 drivers/iio/light/tsl2772.c                            | 2 +-
 drivers/iio/magnetometer/ak8974.c                      | 2 +-
 drivers/iio/magnetometer/ak8975.c                      | 6 +++---
 drivers/iio/magnetometer/yamaha-yas530.c               | 2 +-
 drivers/iio/pressure/bmp280-spi.c                      | 2 +-
 drivers/iio/pressure/hsc030pa.c                        | 2 +-
 drivers/iio/pressure/rohm-bm1390.c                     | 2 +-
 drivers/iio/pressure/zpa2326.c                         | 2 +-
 drivers/iio/proximity/sx9324.c                         | 2 +-
 drivers/iio/resolver/ad2s1210.c                        | 2 +-
 drivers/iio/temperature/ltc2983.c                      | 4 ++--
 drivers/iio/test/iio-test-gts.c                        | 2 +-
 28 files changed, 34 insertions(+), 34 deletions(-)

--
2.53.0

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2026-03-26 11:43 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16  9:00 [PATCH v5 00/14] iio: fix spelling mistakes in comments Shi Hao
2026-03-16  9:00 ` [PATCH v5 01/14] iio: accel: fix typo celcius to Celsius Shi Hao
2026-03-21 19:11   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 02/14] iio: light: fix several incorrect spellings Shi Hao
2026-03-21 19:12   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 03/14] iio: adc: add an article and use digitize instead of digitalize Shi Hao
2026-03-21 19:13   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 04/14] iio: imu: fix typo from adjustement to adjustment Shi Hao
2026-03-21 19:16   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 05/14] iio: magnetometer: fix various spelling mistakes Shi Hao
2026-03-21 19:16   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 06/14] iio: pressure: fix spelling mistakes in comments Shi Hao
2026-03-17  6:31   ` Matti Vaittinen
2026-03-21 19:17   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 07/14] iio: proximity: fix typo from currenly to currently Shi Hao
2026-03-21 19:19   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 08/14] iio: resolver: fix typo from degredation to degradation Shi Hao
2026-03-16 16:20   ` Andy Shevchenko
2026-03-16 16:22     ` Andy Shevchenko
2026-03-18 13:45       ` ShiHao
2026-03-18 14:49         ` Andy Shevchenko
2026-03-21 11:55           ` ShiHao
2026-03-21 16:32             ` David Lechner
2026-03-21 19:22       ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 09/14] iio: temp: fix spelling mistakes in comments Shi Hao
2026-03-21 19:23   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 10/14] iio: test: fix typo from neeeds to needs in comment Shi Hao
2026-03-17  6:32   ` Matti Vaittinen
2026-03-21 19:24     ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 11/14] iio: common: fix spelling mistakes in comments Shi Hao
2026-03-21 19:25   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 12/14] iio: chemical: rephrase comment and fix a typo Shi Hao
2026-03-21 19:29   ` Jonathan Cameron
2026-03-16  9:00 ` [PATCH v5 13/14] iio: cdc: fix spelling mistakes in comments Shi Hao
2026-03-16  9:00 ` [PATCH v5 14/14] iio: amplifiers: fix typo from Curren to Current Shi Hao
2026-03-16 15:00 ` [PATCH v5 00/14] iio: fix spelling mistakes in comments Andy Shevchenko
2026-03-21 19:32   ` Jonathan Cameron
2026-03-26 11:43     ` ShiHao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox