[PATCH] Input: synaptics - Fix a typo

Christophe JAILLET posted 1 patch 3 weeks, 1 day ago
drivers/input/mouse/synaptics.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Input: synaptics - Fix a typo
Posted by Christophe JAILLET 3 weeks, 1 day ago
s/synatics/synaptics/
A 'p' is missing.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/input/mouse/synaptics.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h
index 08533d1b1b16..899aee598632 100644
--- a/drivers/input/mouse/synaptics.h
+++ b/drivers/input/mouse/synaptics.h
@@ -21,7 +21,7 @@
 #define SYN_QUE_EXT_MIN_COORDS		0x0f
 #define SYN_QUE_MEXT_CAPAB_10		0x10
 
-/* synatics modes */
+/* synaptics modes */
 #define SYN_BIT_ABSOLUTE_MODE		BIT(7)
 #define SYN_BIT_HIGH_RATE		BIT(6)
 #define SYN_BIT_SLEEP_MODE		BIT(3)
-- 
2.47.0
Re: [PATCH] Input: synaptics - Fix a typo
Posted by Dmitry Torokhov 2 weeks, 5 days ago
On Sat, Nov 02, 2024 at 10:11:24AM +0100, Christophe JAILLET wrote:
> s/synatics/synaptics/
> A 'p' is missing.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Applied, thank you.

-- 
Dmitry