Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/imx fix typo



details:   https://anonhg.NetBSD.org/src/rev/b28e7e27c5b4
branches:  trunk
changeset: 827398:b28e7e27c5b4
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Oct 26 05:08:30 2017 +0000

description:
fix typo

diffstat:

 sys/arch/arm/imx/imx6_usdhc.c |  6 +++---
 sys/arch/arm/imx/imx7_usdhc.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 3804ccd17ec3 -r b28e7e27c5b4 sys/arch/arm/imx/imx6_usdhc.c
--- a/sys/arch/arm/imx/imx6_usdhc.c     Thu Oct 26 01:40:33 2017 +0000
+++ b/sys/arch/arm/imx/imx6_usdhc.c     Thu Oct 26 05:08:30 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_usdhc.c,v 1.4 2017/06/09 18:14:59 ryo Exp $ */
+/*     $NetBSD: imx6_usdhc.c,v 1.5 2017/10/26 05:08:30 ryo Exp $ */
 
 /*-
  * Copyright (c) 2012  Genetec Corporation.  All rights reserved.
@@ -30,7 +30,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_usdhc.c,v 1.4 2017/06/09 18:14:59 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_usdhc.c,v 1.5 2017/10/26 05:08:30 ryo Exp $");
 
 #include "imxgpio.h"
 
@@ -125,7 +125,7 @@
                return;
        }
 
-       aprint_normal(": Ultra Secured Digial Host Controller\n");
+       aprint_normal(": Ultra Secured Digital Host Controller\n");
        aprint_naive("\n");
        sc->sc_sdhc.sc_host = sc->sc_hosts;
 
diff -r 3804ccd17ec3 -r b28e7e27c5b4 sys/arch/arm/imx/imx7_usdhc.c
--- a/sys/arch/arm/imx/imx7_usdhc.c     Thu Oct 26 01:40:33 2017 +0000
+++ b/sys/arch/arm/imx/imx7_usdhc.c     Thu Oct 26 05:08:30 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx7_usdhc.c,v 1.1 2016/05/17 06:44:45 ryo Exp $       */
+/*     $NetBSD: imx7_usdhc.c,v 1.2 2017/10/26 05:08:30 ryo Exp $       */
 
 /*-
  * Copyright (c) 2012  Genetec Corporation.  All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx7_usdhc.c,v 1.1 2016/05/17 06:44:45 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx7_usdhc.c,v 1.2 2017/10/26 05:08:30 ryo Exp $");
 
 #include "imxgpio.h"
 
@@ -163,7 +163,7 @@
                return;
        }
 
-       aprint_normal(": Ultra Secured Digial Host Controller\n");
+       aprint_normal(": Ultra Secured Digital Host Controller\n");
        aprint_naive("\n");
        sc->sc_sdhc.sc_host = sc->sc_hosts;
 



Home | Main Index | Thread Index | Old Index