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:
committed by
Tom Rini
parent
3b306c37cd
commit
c409336dac
@@ -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";
|
||||
|
Reference in New Issue
Block a user