lkml.org 
[lkml]   [2021]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH -next] mmc: core: convert comma to semicolon
On Wed, 16 Dec 2020 at 14:17, Zheng Yongjun <zhengyongjun3@huawei.com> wrote:
>
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
> drivers/mmc/core/core.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
> index d42037f0f10d..07c5f242f28a 100644
> --- a/drivers/mmc/core/core.c
> +++ b/drivers/mmc/core/core.c
> @@ -547,10 +547,10 @@ int mmc_cqe_recovery(struct mmc_host *host)
> host->cqe_ops->cqe_recovery_start(host);
>
> memset(&cmd, 0, sizeof(cmd));
> - cmd.opcode = MMC_STOP_TRANSMISSION,
> - cmd.flags = MMC_RSP_R1B | MMC_CMD_AC,
> + cmd.opcode = MMC_STOP_TRANSMISSION;
> + cmd.flags = MMC_RSP_R1B | MMC_CMD_AC;
> cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */
> - cmd.busy_timeout = MMC_CQE_RECOVERY_TIMEOUT,
> + cmd.busy_timeout = MMC_CQE_RECOVERY_TIMEOUT;
> mmc_wait_for_cmd(host, &cmd, 0);
>
> memset(&cmd, 0, sizeof(cmd));
> @@ -558,7 +558,7 @@ int mmc_cqe_recovery(struct mmc_host *host)
> cmd.arg = 1; /* Discard entire queue */
> cmd.flags = MMC_RSP_R1B | MMC_CMD_AC;
> cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */
> - cmd.busy_timeout = MMC_CQE_RECOVERY_TIMEOUT,
> + cmd.busy_timeout = MMC_CQE_RECOVERY_TIMEOUT;
> err = mmc_wait_for_cmd(host, &cmd, 0);
>
> host->cqe_ops->cqe_recovery_finish(host);
> --
> 2.22.0
>

\
 
 \ /
  Last update: 2021-01-20 01:19    [W:0.082 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site