summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2022-07-09 12:57:17 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-11 13:41:31 +0000
commit5c41bd67bc2d3dcf41501b486214a6538eb84ca5 (patch)
treea3069e5803169d8984d0f6dfa921f80016b9eb40 /src/soc/samsung/exynos5420
parentb57d172fbb5265d632c031532fcc2aec156e065a (diff)
downloadcoreboot-5c41bd67bc2d3dcf41501b486214a6538eb84ca5.tar.gz
coreboot-5c41bd67bc2d3dcf41501b486214a6538eb84ca5.tar.bz2
coreboot-5c41bd67bc2d3dcf41501b486214a6538eb84ca5.zip
soc/samsung/exynos5420: Add space between comment markers and comment
Change-Id: Ica9014ee077ea416fdb4c7316c9619cf81fca510 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65730 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/samsung/exynos5420')
-rw-r--r--src/soc/samsung/exynos5420/include/soc/dp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/include/soc/dp.h b/src/soc/samsung/exynos5420/include/soc/dp.h
index 50a6cbf5eeef..27744dc165fb 100644
--- a/src/soc/samsung/exynos5420/include/soc/dp.h
+++ b/src/soc/samsung/exynos5420/include/soc/dp.h
@@ -1220,11 +1220,11 @@ struct edp_device_info {
struct edp_link_train_info lt_info;
struct edp_video_info video_info;
- /*below info get from panel during training*/
+ /* below info get from panel during training */
u8 lane_bw;
u8 lane_cnt;
u8 dpcd_rev;
- /*support enhanced frame cap */
+ /* support enhanced frame cap */
u8 dpcd_efc;
u8 *raw_edid;
};