]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/usbtty.c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[u-boot] / drivers / serial / usbtty.c
index 353109c0700af1e66641bca0451685a7c66cc0a4..d0465b844ed975e41336c46c91e9306dc9665f7b 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2003
  * Gerry Hamel, geh@ti.com, Texas Instruments
  *
  * (C) Copyright 2006
  * Bryan O'Donoghue, bodonoghue@codehermit.ie
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -525,7 +524,7 @@ int drv_usbtty_init (void)
        char * tt;
        int snlen;
 
-       /* Ger seiral number */
+       /* Get serial number */
        sn = env_get("serial#");
        if (!sn)
                sn = "000000000000";