linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: hp_sdc: fix spelling typo in comment
@ 2022-09-06  5:49 Jiangshan Yi
  2022-09-13 12:01 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Jiangshan Yi @ 2022-09-06  5:49 UTC (permalink / raw)
  To: James.Bottomley, deller; +Cc: linux-parisc, linux-kernel, Jiangshan Yi, k2ci

From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 include/linux/hp_sdc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/hp_sdc.h b/include/linux/hp_sdc.h
index 6f1dee7e67e0..9be8704e2d38 100644
--- a/include/linux/hp_sdc.h
+++ b/include/linux/hp_sdc.h
@@ -180,7 +180,7 @@ switch (val) {						\
 
 #define HP_SDC_CMD_SET_IM	0x40    /* 010xxxxx == set irq mask */
 
-/* The documents provided do not explicitly state that all registers betweem 
+/* The documents provided do not explicitly state that all registers between
  * 0x01 and 0x1f inclusive can be read by sending their register index as a 
  * command, but this is implied and appears to be the case.
  */
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: hp_sdc: fix spelling typo in comment
  2022-09-06  5:49 [PATCH] Input: hp_sdc: fix spelling typo in comment Jiangshan Yi
@ 2022-09-13 12:01 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2022-09-13 12:01 UTC (permalink / raw)
  To: Jiangshan Yi; +Cc: linux-parisc, linux-kernel, Jiangshan Yi, k2ci

On 9/6/22 07:49, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>

applied.

Thanks!
Helge

> ---
>   include/linux/hp_sdc.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/hp_sdc.h b/include/linux/hp_sdc.h
> index 6f1dee7e67e0..9be8704e2d38 100644
> --- a/include/linux/hp_sdc.h
> +++ b/include/linux/hp_sdc.h
> @@ -180,7 +180,7 @@ switch (val) {						\
>
>   #define HP_SDC_CMD_SET_IM	0x40    /* 010xxxxx == set irq mask */
>
> -/* The documents provided do not explicitly state that all registers betweem
> +/* The documents provided do not explicitly state that all registers between
>    * 0x01 and 0x1f inclusive can be read by sending their register index as a
>    * command, but this is implied and appears to be the case.
>    */


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-13 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  5:49 [PATCH] Input: hp_sdc: fix spelling typo in comment Jiangshan Yi
2022-09-13 12:01 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).