lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 23 May 2017 08:34:23 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     kbuild test robot <fengguang.wu@...el.com>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        "kbuild-all@...org" <kbuild-all@...org>,
        Adrian Hunter <adrian.hunter@...el.com>,
        Shawn Lin <shawn.lin@...k-chips.com>,
        Jens Axboe <axboe@...nel.dk>,
        "linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mmc: block: fix semicolon.cocci warnings

On 22 May 2017 at 23:11, kbuild test robot <fengguang.wu@...el.com> wrote:
> drivers/mmc/core/block.c:1929:3-4: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Linus Walleij <linus.walleij@...aro.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>

Thanks, applied for next!

Kind regards
Uffe

> ---
>
>  block.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/mmc/core/block.c
> +++ b/drivers/mmc/core/block.c
> @@ -1926,7 +1926,7 @@ void mmc_blk_issue_rq(struct mmc_queue *
>                         mmc_blk_issue_rw_rq(mq, req);
>                         card->host->context_info.is_waiting_last_req = false;
>                         break;
> -               };
> +               }
>         } else {
>                 /* No request, flushing the pipeline with NULL */
>                 mmc_blk_issue_rw_rq(mq, NULL);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ