ar71xx: fix spelling in mach-rb922.c
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
This commit is contained in:
parent
8927446dae
commit
9604f7d337
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ static void __init rb922gs_setup(void)
|
||||||
if (!info)
|
if (!info)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
scnprintf(buf, sizeof(buf), "Mikrotik RouterBOARD %s",
|
scnprintf(buf, sizeof(buf), "MikroTik RouterBOARD %s",
|
||||||
(info->board_name) ? info->board_name : "");
|
(info->board_name) ? info->board_name : "");
|
||||||
mips_set_machine_name(buf);
|
mips_set_machine_name(buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue