summaryrefslogtreecommitdiff
path: root/drivers/video/videomodes.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-25 17:24:51 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:09 +0200
commit7b48e2b05a14d1952a3dcaf689c9d4c3d088dbfb (patch)
treec81b788d0d827f09f6d1bbb5ba9f3525eb84b79e /drivers/video/videomodes.c
parent2cbf1b3215e17ea9e2eec98a0581da25709f066f (diff)
Add missing space in comment
Spotted two missing spaces in comments. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'drivers/video/videomodes.c')
-rw-r--r--drivers/video/videomodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/videomodes.c b/drivers/video/videomodes.c
index 1cfeaa980f..d7614329ff 100644
--- a/drivers/video/videomodes.c
+++ b/drivers/video/videomodes.c
@@ -397,7 +397,7 @@ int video_edid_dtd_to_ctfb_res_modes(struct edid_detailed_timing *t,
EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t) == 0 ||
EDID_DETAILED_TIMING_HSYNC_OFFSET(*t) == 0 ||
EDID_DETAILED_TIMING_VSYNC_OFFSET(*t) == 0 ||
- /* 3d formats are not supported*/
+ /* 3d formats are not supported */
EDID_DETAILED_TIMING_FLAG_STEREO(*t) != 0)
return -EINVAL;