summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorEric Anholt2018-11-08 17:16:51 +0100
committerEric Anholt2018-11-27 21:17:22 +0100
commit3eb152720c734112c5069e531442463e0a2abfb3 (patch)
tree2893ec47136ee88d66111f920eae4cc1708c8e49 /include/uapi
parentdrm/meson: Add support for VIC alternate timings (diff)
downloadkernel-qcow2-linux-3eb152720c734112c5069e531442463e0a2abfb3.tar.gz
kernel-qcow2-linux-3eb152720c734112c5069e531442463e0a2abfb3.tar.xz
kernel-qcow2-linux-3eb152720c734112c5069e531442463e0a2abfb3.zip
drm/v3d: Fix whitespace inconsistency in the header.
Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-2-eric@anholt.net Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/v3d_drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/drm/v3d_drm.h b/include/uapi/drm/v3d_drm.h
index f446656d00b1..b1e5de076b0f 100644
--- a/include/uapi/drm/v3d_drm.h
+++ b/include/uapi/drm/v3d_drm.h
@@ -66,7 +66,7 @@ struct drm_v3d_submit_cl {
*/
__u32 bcl_start;
- /** End address of the BCL (first byte after the BCL) */
+ /** End address of the BCL (first byte after the BCL) */
__u32 bcl_end;
/* Offset of the render command list.
@@ -82,7 +82,7 @@ struct drm_v3d_submit_cl {
*/
__u32 rcl_start;
- /** End address of the RCL (first byte after the RCL) */
+ /** End address of the RCL (first byte after the RCL) */
__u32 rcl_end;
/** An optional sync object to wait on before starting the BCL. */