[PATCH] Driver:input:misc:drv2667: Fix typo 'contol'

Shivam Chaudhary posted 1 patch 3 weeks, 6 days ago
drivers/input/misc/drv2667.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Driver:input:misc:drv2667: Fix typo 'contol'
Posted by Shivam Chaudhary 3 weeks, 6 days ago
This patch will fix typo 'contol' to 'control'.

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
---
 drivers/input/misc/drv2667.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/drv2667.c b/drivers/input/misc/drv2667.c
index ad49845374b9..b53231d41b09 100644
--- a/drivers/input/misc/drv2667.c
+++ b/drivers/input/misc/drv2667.c
@@ -16,7 +16,7 @@
 #include <linux/delay.h>
 #include <linux/regulator/consumer.h>
 
-/* Contol registers */
+/* Control registers */
 #define DRV2667_STATUS	0x00
 #define DRV2667_CTRL_1	0x01
 #define DRV2667_CTRL_2	0x02
-- 
2.45.2
Re: [PATCH] Driver:input:misc:drv2667: Fix typo 'contol'
Posted by Dmitry Torokhov 3 weeks, 4 days ago
Hi Shivam,

On Tue, Oct 29, 2024 at 02:10:48AM +0530, Shivam Chaudhary wrote:
> This patch will fix typo 'contol' to 'control'.

This typo has already been fixed.

Thanks.

-- 
Dmitry