summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-01-04 12:47:28 +0100
committerMauro Carvalho Chehab2018-01-04 19:12:01 +0100
commit4a3fad709bbc74c85fffff8903d17b5e35723365 (patch)
treeef1049fa2d66756b7920d0cb6059083745997e57 /drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
parentmedia: uvcvideo: Add a quirk for Generalplus Technology Inc. 808 Camera (diff)
downloadkernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.gz
kernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.xz
kernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.zip
media: fix usage of whitespaces and on indentation
On several places, whitespaces are being used for indentation, or even at the end of the line. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/mtk-vcodec/vdec_vpu_if.h')
-rw-r--r--drivers/media/platform/mtk-vcodec/vdec_vpu_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/mtk-vcodec/vdec_vpu_if.h b/drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
index 0dc9ed01fffe..cd37bb2a610f 100644
--- a/drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
+++ b/drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
@@ -26,7 +26,7 @@
* @inst_addr : VPU decoder instance address
* @signaled : 1 - Host has received ack message from VPU, 0 - not received
* @ctx : context for v4l2 layer integration
- * @dev : platform device of VPU
+ * @dev : platform device of VPU
* @wq : wait queue to wait VPU message ack
* @handler : ipi handler for each decoder
*/