Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: RBTX4939: Fix typo in system name

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Atsushi Nemoto and committed by
Ralf Baechle
dfe99b9c c7d16736

+1 -1
+1 -1
arch/mips/txx9/rbtx4939/setup.c
··· 536 536 } 537 537 538 538 struct txx9_board_vec rbtx4939_vec __initdata = { 539 - .system = "Tothiba RBTX4939", 539 + .system = "Toshiba RBTX4939", 540 540 .prom_init = rbtx4939_prom_init, 541 541 .mem_setup = rbtx4939_setup, 542 542 .irq_setup = rbtx4939_irq_setup,