diff mbox series

Driver:input:misc:drv2667: Fix typo 'contol'

Message ID 20241028204048.128542-1-cvam0000@gmail.com (mailing list archive)
State New
Headers show
Series Driver:input:misc:drv2667: Fix typo 'contol' | expand

Commit Message

Shivam Chaudhary Oct. 28, 2024, 8:40 p.m. UTC
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(-)

Comments

Dmitry Torokhov Oct. 30, 2024, 10:51 p.m. UTC | #1
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.
diff mbox series

Patch

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