linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00
@ 2021-03-11  9:41 Jisheng Zhang
  2021-03-11 11:48 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2021-03-11  9:41 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc, linux-kernel

I believe "Spev" is typo, should be "Spec".

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
 include/linux/mmc/sdio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h
index e28769991e82..2a05d1ac4f0e 100644
--- a/include/linux/mmc/sdio.h
+++ b/include/linux/mmc/sdio.h
@@ -82,7 +82,7 @@
 #define  SDIO_SD_REV_1_01	0	/* SD Physical Spec Version 1.01 */
 #define  SDIO_SD_REV_1_10	1	/* SD Physical Spec Version 1.10 */
 #define  SDIO_SD_REV_2_00	2	/* SD Physical Spec Version 2.00 */
-#define  SDIO_SD_REV_3_00	3	/* SD Physical Spev Version 3.00 */
+#define  SDIO_SD_REV_3_00	3	/* SD Physical Spec Version 3.00 */
 
 #define SDIO_CCCR_IOEx		0x02
 #define SDIO_CCCR_IORx		0x03
-- 
2.30.2


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

* Re: [PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00
  2021-03-11  9:41 [PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00 Jisheng Zhang
@ 2021-03-11 11:48 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2021-03-11 11:48 UTC (permalink / raw)
  To: Jisheng Zhang; +Cc: linux-mmc, Linux Kernel Mailing List

On Thu, 11 Mar 2021 at 10:42, Jisheng Zhang <Jisheng.Zhang@synaptics.com> wrote:
>
> I believe "Spev" is typo, should be "Spec".
>
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  include/linux/mmc/sdio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h
> index e28769991e82..2a05d1ac4f0e 100644
> --- a/include/linux/mmc/sdio.h
> +++ b/include/linux/mmc/sdio.h
> @@ -82,7 +82,7 @@
>  #define  SDIO_SD_REV_1_01      0       /* SD Physical Spec Version 1.01 */
>  #define  SDIO_SD_REV_1_10      1       /* SD Physical Spec Version 1.10 */
>  #define  SDIO_SD_REV_2_00      2       /* SD Physical Spec Version 2.00 */
> -#define  SDIO_SD_REV_3_00      3       /* SD Physical Spev Version 3.00 */
> +#define  SDIO_SD_REV_3_00      3       /* SD Physical Spec Version 3.00 */
>
>  #define SDIO_CCCR_IOEx         0x02
>  #define SDIO_CCCR_IORx         0x03
> --
> 2.30.2
>

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

end of thread, other threads:[~2021-03-11 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11  9:41 [PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00 Jisheng Zhang
2021-03-11 11:48 ` Ulf Hansson

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).