1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-18 08:23:24 +02:00

usbtty: fix typos

Fix typos in USB tty driver.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt
2017-10-12 23:37:37 +02:00
committed by Tom Rini
parent 3b306c37cd
commit c409336dac

View File

@@ -525,7 +525,7 @@ int drv_usbtty_init (void)
char * tt;
int snlen;
/* Ger seiral number */
/* Get serial number */
sn = env_get("serial#");
if (!sn)
sn = "000000000000";