diff mbox series

[U-Boot,v1,01/22] add missing space in comment

Message ID 20190215222039.10005-2-marcel@ziswiler.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series colibri vybrid fixes, device tree enablement and driver model conversion | expand

Commit Message

Marcel Ziswiler Feb. 15, 2019, 10:20 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Spottet two missing spaces in comments.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 board/freescale/imx8qxp_mek/imx8qxp_mek.c | 2 +-
 drivers/video/videomodes.c                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Igor Opaniuk March 7, 2019, 5:29 a.m. UTC | #1
minor: s/Spottet/Spotted/g in the commit message (but I'd rather use
"Add" here).

Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>

On Sat, 16 Feb 2019 at 00:21, Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Spottet two missing spaces in comments.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> ---
>
>  board/freescale/imx8qxp_mek/imx8qxp_mek.c | 2 +-
>  drivers/video/videomodes.c                | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/freescale/imx8qxp_mek/imx8qxp_mek.c b/board/freescale/imx8qxp_mek/imx8qxp_mek.c
> index a4c587a390..63cd605b6a 100644
> --- a/board/freescale/imx8qxp_mek/imx8qxp_mek.c
> +++ b/board/freescale/imx8qxp_mek/imx8qxp_mek.c
> @@ -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);
>  }
> 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;
>
> --
> 2.20.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/board/freescale/imx8qxp_mek/imx8qxp_mek.c b/board/freescale/imx8qxp_mek/imx8qxp_mek.c
index a4c587a390..63cd605b6a 100644
--- a/board/freescale/imx8qxp_mek/imx8qxp_mek.c
+++ b/board/freescale/imx8qxp_mek/imx8qxp_mek.c
@@ -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);
 }
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;