Re: [PATCH 1/7] dmaengine: xilinx_vdma: Fix checkpatch.pl warnings

From: Moritz Fischer
Date: Tue Mar 15 2016 - 13:50:28 EST


Hi,

this patch looks fine to me.

On Tue, Mar 15, 2016 at 10:23 AM, Kedareswara rao Appana
<appana.durga.rao@xxxxxxxxxx> wrote:
> This patch fixes the below checkpatch.pl warnings.
>
> WARNING: void function return statements are not generally useful
> + return;
> +}
>
> WARNING: void function return statements are not generally useful
> + return;
> +}
>
> WARNING: Missing a blank line after declarations
> + u32 errors = status & XILINX_VDMA_DMASR_ALL_ERR_MASK;
> + vdma_ctrl_write(chan, XILINX_VDMA_REG_DMASR,
>
Acked-by: Moritz Fischer <moritz.fischer@xxxxxxxxx>

> Signed-off-by: Kedareswara rao Appana <appanad@xxxxxxxxxx>

Cheers,

Moritz