usbtty: fix typos
Fix typos in USB tty driver. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user