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/bcm_iproc_tsc.c | |
| parent | Input: novatek-nvt-ts - add support for NT36672A touchscreen (diff) | |
| download | linux-b0352120afe43706258c5ae82174e08e324210d9.tar.gz linux-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/bcm_iproc_tsc.c')
| -rw-r--r-- | drivers/input/touchscreen/bcm_iproc_tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/bcm_iproc_tsc.c b/drivers/input/touchscreen/bcm_iproc_tsc.c index 9c84235327bf..e49bde50d77a 100644 --- a/drivers/input/touchscreen/bcm_iproc_tsc.c +++ b/drivers/input/touchscreen/bcm_iproc_tsc.c @@ -217,7 +217,7 @@ static irqreturn_t iproc_touchscreen_interrupt(int irq, void *data) "pen up-down (%d)\n", priv->pen_status); } - /* coordinates in FIFO exceed the theshold */ + /* coordinates in FIFO exceed the threshold */ if (intr_status & TS_FIFO_INTR_MASK) { for (i = 0; i < priv->cfg_params.fifo_threshold; i++) { regmap_read(priv->regmap, FIFO_DATA, &raw_coordinate); |
