diff options
| author | Yu Jiaoliang <yujiaoliang@vivo.com> | 2024-09-26 11:14:43 +0800 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-09-30 07:58:33 -0700 |
| commit | b0352120afe43706258c5ae82174e08e324210d9 (patch) | |
| tree | 00749aa05d355a91407a559f7da0795b0bd591ef /drivers/input/touchscreen/edt-ft5x06.c | |
| parent | c7bf046925dc5885d9c4d8fbcbb7e4e73665bfcf (diff) | |
| download | linux-next-b0352120afe43706258c5ae82174e08e324210d9.tar.gz linux-next-b0352120afe43706258c5ae82174e08e324210d9.zip | |
input: Fix typos in comments across various files
This commit fixes several typographical errors in comments within
the driver/input directory. No functional changes are made.
Detected using codespell.
Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com>
Reviewed-by: Oliver Graute <oliver.graute@kococonnector.com>
Link: https://lore.kernel.org/r/20240926031457.3479350-1-yujiaoliang@vivo.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/edt-ft5x06.c')
| -rw-r--r-- | drivers/input/touchscreen/edt-ft5x06.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c index e70415f189a5..8c77e9f347c5 100644 --- a/drivers/input/touchscreen/edt-ft5x06.c +++ b/drivers/input/touchscreen/edt-ft5x06.c @@ -1219,7 +1219,7 @@ static int edt_ft5x06_ts_probe(struct i2c_client *client) } /* - * Check which sleep modes we can support. Power-off requieres the + * Check which sleep modes we can support. Power-off requires the * reset-pin to ensure correct power-down/power-up behaviour. Start with * the EDT_PMODE_POWEROFF test since this is the deepest possible sleep * mode. |
