[PATCH] input/serio:unneeded variable:delay

2021-03-23 Thread mateng
From: mateng delete unneeded variable 'delay' Signed-off-by: mateng --- drivers/input/serio/i8042.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index abae23a..145bda1 100644 --- a/drivers/input/ser

[PATCH] sound:fix typo in rt5663.c

2021-03-15 Thread mateng
From: mateng interrput -> interrupt Signed-off-by: mateng --- sound/soc/codecs/rt5663.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c index 619fb9a..411ff30 100644 --- a/sound/soc/codecs/rt5663.c +++ b/sound/

[PATCH] Change 'addres' to 'address'.

2021-01-26 Thread mateng
From: mateng Signed-off-by: mateng --- drivers/misc/vmw_vmci/vmci_queue_pair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h index 00017fc..c4e6e92 100644 --- a/drivers/misc/vmw_vmci

[PATCH] misc/vmw_vmci: fix typo

2021-01-26 Thread mateng
From: mateng change 'addres' to 'address' Signed-off-by: mateng --- drivers/misc/vmw_vmci/vmci_queue_pair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h index 000