mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
2cbf1b3215
commit
7b48e2b05a
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ void build_info(void)
|
|||
sc_misc_build_info(-1, &sc_build, &sc_commit);
|
||||
if (!sc_build) {
|
||||
printf("SCFW does not support build info\n");
|
||||
sc_commit = 0; /* Display 0 when the build info is not supported*/
|
||||
sc_commit = 0; /* Display 0 when the build info is not supported */
|
||||
}
|
||||
printf("Build: SCFW %x\n", sc_commit);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue