]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: media: davinci_vpfe: fix indentation issue in vpfe_video.c
authorLeo Sperling <leosperling97@gmail.com>
Sun, 23 Oct 2016 12:02:23 +0000 (14:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 09:04:17 +0000 (11:04 +0200)
This is a patch to the vpfe_video.c file that fixes an indentation
warning reported by checkpatch.pl

Signed-off-by: Leo Sperling <leosperling97@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/davinci_vpfe/vpfe_video.c

index 8be9f854510f4df1d287ce7a49521f2b48e32db0..c34bf462176792a00edc039d719ec242d2b32dac 100644 (file)
@@ -1143,8 +1143,8 @@ static int vpfe_buffer_prepare(struct vb2_buffer *vb)
        /* Initialize buffer */
        vb2_set_plane_payload(vb, 0, video->fmt.fmt.pix.sizeimage);
        if (vb2_plane_vaddr(vb, 0) &&
-               vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0))
-                       return -EINVAL;
+           vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0))
+               return -EINVAL;
 
        addr = vb2_dma_contig_plane_dma_addr(vb, 0);
        /* Make sure user addresses are aligned to 32 bytes */