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>
This commit is contained in:
Paul Menzel 2022-07-09 12:57:17 +02:00 committed by Felix Held
parent b57d172fbb
commit 5c41bd67bc
1 changed files with 2 additions and 2 deletions

View File

@ -1220,11 +1220,11 @@ struct edp_device_info {
struct edp_link_train_info lt_info; struct edp_link_train_info lt_info;
struct edp_video_info video_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_bw;
u8 lane_cnt; u8 lane_cnt;
u8 dpcd_rev; u8 dpcd_rev;
/*support enhanced frame cap */ /* support enhanced frame cap */
u8 dpcd_efc; u8 dpcd_efc;
u8 *raw_edid; u8 *raw_edid;
}; };