diff options
| author | Shi Hao <i.shihao.999@gmail.com> | 2026-03-16 12:00:18 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2026-03-21 22:27:32 +0300 |
| commit | 5088fc744837eaba3f7a1c374cf9457a4ddbd87e (patch) | |
| tree | c8f04388ca2e795e8d0b2d3f9a47f0c67fa9e3cf | |
| parent | abf88d037b1bbdc76dec4248e09f7a3f71aae832 (diff) | |
| download | linux-5088fc744837eaba3f7a1c374cf9457a4ddbd87e.tar.xz | |
iio: test: fix typo from neeeds to needs in comment
Fix incorrect spelling from neeeds to needs.
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>
| -rw-r--r-- | drivers/iio/test/iio-test-gts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/test/iio-test-gts.c b/drivers/iio/test/iio-test-gts.c index 11250bc905c9..6ffff85ba853 100644 --- a/drivers/iio/test/iio-test-gts.c +++ b/drivers/iio/test/iio-test-gts.c @@ -20,7 +20,7 @@ * * If yes, then adding a test is probably a good idea but please stop for a * moment and consider the effort of changing all the tests when code gets - * refactored. Eventually it neeeds to be. + * refactored. Eventually it needs to be. */ #define TEST_TSEL_50 1 |
