All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon
@ 2022-12-02  2:31 zhang.songyi
  2022-12-02  5:58 ` Adrian Hunter
  2022-12-07 12:37 ` Ulf Hansson
  0 siblings, 2 replies; 3+ messages in thread
From: zhang.songyi @ 2022-12-02  2:31 UTC (permalink / raw)
  To: adrian.hunter; +Cc: ulf.hansson, linux-mmc, linux-kernel

From: zhang songyi <zhang.songyi@zte.com.cn>

The semicolon after the "}" is unneeded.

Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
---
 drivers/mmc/host/sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 42aaeabcad22..8413180a1039 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -2289,7 +2289,7 @@ static bool sdhci_timing_has_preset(unsigned char timing)
 	case MMC_TIMING_UHS_DDR50:
 	case MMC_TIMING_MMC_DDR52:
 		return true;
-	};
+	}
 	return false;
 }

-- 
2.15.2

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

* Re: [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon
  2022-12-02  2:31 [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon zhang.songyi
@ 2022-12-02  5:58 ` Adrian Hunter
  2022-12-07 12:37 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Hunter @ 2022-12-02  5:58 UTC (permalink / raw)
  To: zhang.songyi; +Cc: ulf.hansson, linux-mmc, linux-kernel

On 2/12/22 04:31, zhang.songyi@zte.com.cn wrote:
> From: zhang songyi <zhang.songyi@zte.com.cn>
> 
> The semicolon after the "}" is unneeded.
> 
> Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
>  drivers/mmc/host/sdhci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 42aaeabcad22..8413180a1039 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -2289,7 +2289,7 @@ static bool sdhci_timing_has_preset(unsigned char timing)
>  	case MMC_TIMING_UHS_DDR50:
>  	case MMC_TIMING_MMC_DDR52:
>  		return true;
> -	};
> +	}
>  	return false;
>  }
> 


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

* Re: [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon
  2022-12-02  2:31 [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon zhang.songyi
  2022-12-02  5:58 ` Adrian Hunter
@ 2022-12-07 12:37 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2022-12-07 12:37 UTC (permalink / raw)
  To: zhang.songyi; +Cc: adrian.hunter, linux-mmc, linux-kernel

On Fri, 2 Dec 2022 at 03:32, <zhang.songyi@zte.com.cn> wrote:
>
> From: zhang songyi <zhang.songyi@zte.com.cn>
>
> The semicolon after the "}" is unneeded.
>
> Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/sdhci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 42aaeabcad22..8413180a1039 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -2289,7 +2289,7 @@ static bool sdhci_timing_has_preset(unsigned char timing)
>         case MMC_TIMING_UHS_DDR50:
>         case MMC_TIMING_MMC_DDR52:
>                 return true;
> -       };
> +       }
>         return false;
>  }
>
> --
> 2.15.2

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

end of thread, other threads:[~2022-12-07 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02  2:31 [PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon zhang.songyi
2022-12-02  5:58 ` Adrian Hunter
2022-12-07 12:37 ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.