On Thu, Sep 27, 2018 at 08:47:33AM -0700, Christoph Hellwig wrote:
> > +static void *csky_dma_alloc_atomic(
> > + struct device *dev,
> > + size_t size,
> > + dma_addr_t *dma_handle
> > + )
>
> Can you please use normal kernel coding style? Closing brace on the
> same line, either two tab
On Thu, Sep 27, 2018 at 08:47:33AM -0700, Christoph Hellwig wrote:
> > +static void *csky_dma_alloc_atomic(
> > + struct device *dev,
> > + size_t size,
> > + dma_addr_t *dma_handle
> > + )
>
> Can you please use normal kernel coding style? Closing brace on the
> same line, either two tab
> +static void *csky_dma_alloc_atomic(
> + struct device *dev,
> + size_t size,
> + dma_addr_t *dma_handle
> + )
Can you please use normal kernel coding style? Closing brace on the
same line, either two tab indents for the arguments or align them to the
first argument:
static voi
3 matches
Mail list logo