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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 21 Jun 2019 08:43:04 +0000
From:   Gustavo Pimentel <Gustavo.Pimentel@...opsys.com>
To:     kbuild test robot <lkp@...el.com>,
        Gustavo Pimentel <Gustavo.Pimentel@...opsys.com>
CC:     "kbuild-all@...org" <kbuild-all@...org>,
        Vinod Koul <vkoul@...nel.org>,
        Dan Williams <dan.j.williams@...el.com>,
        "dmaengine@...r.kernel.org" <dmaengine@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] dmaengine: fix semicolon.cocci warnings

On Sat, Jun 15, 2019 at 17:5:50, kbuild test robot <lkp@...el.com> wrote:

> From: kbuild test robot <lkp@...el.com>
> 
> drivers/dma/dw-edma/dw-edma-core.c:617:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: e63d79d1ffcd ("dmaengine: Add Synopsys eDMA IP core driver")
> CC: Gustavo Pimentel <Gustavo.Pimentel@...opsys.com>
> Signed-off-by: kbuild test robot <lkp@...el.com>
> ---
> 
> tree:   https://urldefense.proofpoint.com/v2/url?u=https-3A__git.kernel.org_pub_scm_linux_kernel_git_next_linux-2Dnext.git&d=DwIBAg&c=DPL6_X_6JkXFx7AXWqB0tg&r=bkWxpLoW-f-E3EdiDCCa0_h0PicsViasSlvIpzZvPxs&m=fwNy8N2SrvgwC_SywHKiMch_69kqMm3ayOJIdvjOUyY&s=Haa6kbRbugrkJmfXID5NzII5oLi2PDpn2TJJi4u2BRg&e=  master
> head:   f4788d37bc84e27ac9370be252afb451bf6ef718
> commit: e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf [5032/6646] dmaengine: Add Synopsys eDMA IP core driver
> 
>  dw-edma-core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/dma/dw-edma/dw-edma-core.c
> +++ b/drivers/dma/dw-edma/dw-edma-core.c
> @@ -614,7 +614,7 @@ static void dw_edma_free_chan_resources(
>  			return;
>  
>  		cpu_relax();
> -	};
> +	}
>  
>  	pm_runtime_put(chan->chip->dev);
>  }


Acked-by: Gustavo Pimentel <gustavo.pimentel@...opsys.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ