Hi, this patch looks fine to me.
On Tue, Mar 15, 2016 at 10:23 AM, Kedareswara rao Appana <[email protected]> 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 <[email protected]> > Signed-off-by: Kedareswara rao Appana <[email protected]> Cheers, Moritz

