On Sun, Jun 14, 2015 at 02:53:21PM +0700, Tan Nguyen wrote:
> Added one line after variable declaration.
> 
> Signed-off-by: Tan Nguyen <tan....@gmail.com>
> ---
>  drivers/staging/android/ion/ion.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/android/ion/ion.c 
> b/drivers/staging/android/ion/ion.c
> index 6f48112..e44f5e6 100644
> --- a/drivers/staging/android/ion/ion.c
> +++ b/drivers/staging/android/ion/ion.c
> @@ -1106,6 +1106,7 @@ struct dma_buf *ion_share_dma_buf(struct ion_client 
> *client,
>       struct ion_buffer *buffer;
>       struct dma_buf *dmabuf;
>       bool valid_handle;
> +
>       DEFINE_DMA_BUF_EXPORT_INFO(exp_info);

Nope, this is a variable definition, checkpatch needs to be fixed, this
patch is not correct.

sorry,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to