diff options
| author | Amiitesh TSP <tspamiitesh@gmail.com> | 2026-09-04 22:21:15 +0530 |
|---|---|---|
| committer | Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> | 2026-09-04 23:20:39 +0100 |
| commit | 2a95e4bdfd21c576ad0a050084faa09eae276414 (patch) | |
| tree | 23acb6d033eec78da6deb94077ce687d382ec905 | |
| parent | e7c1d459e542bc4a9c57f558e8ca1b14df7a7eef (diff) | |
| download | linux-next-2a95e4bdfd21c576ad0a050084faa09eae276414.tar.gz linux-next-2a95e4bdfd21c576ad0a050084faa09eae276414.zip | |
docs: fix typos in drivers/staging/iio
Fix typo error in iio staging documentation from none zero to non-zero
Signed-off-by: Amiitesh TSP <tspamiitesh@gmail.com>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
| -rw-r--r-- | drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a b/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a index 863d3856718a..d19db00acd1d 100644 --- a/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a +++ b/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a @@ -4,7 +4,7 @@ Contact: linux-iio@vger.kernel.org Description: Writing 1 enables the cell balance output switch corresponding to input Y. Writing 0 disables it. If the inY-inZ_balance_timer - is set to a none zero value, the corresponding switch will + is set to a non-zero value, the corresponding switch will enable for the programmed amount of time, before it automatically disables. |
