Re: [PATCH] docs: fix typos in drivers/staging/iio
From: Jonathan Cameron <jic23@kernel.org>
Date: 2026-09-04 22:21:26
Also in:
linux-iio, lkml
On Fri, 4 Sep 2026 22:21:15 +0530 Amiitesh TSP [off-list ref] wrote:
Fix typo error in iio staging documentation from none zero to non-zero Signed-off-by: Amiitesh TSP <redacted>
Hi Amiitesh, So I'm kind of assuming Amiitesh TSP isn't a legal name (which is anyway no longer a requirement for a SoB). A bit of googling shows you've at been using it in various other forums, so I think that meets the requirement of a known ID. So with that in mind, Applied, thanks! Jonathan
quoted hunk ↗ jump to hunk
--- drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)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.