diff options
author | Lukas Bulwahn <[email protected]> | 2021-02-22 17:19:03 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2021-02-23 13:24:38 +0100 |
commit | 057a14d610cfd671df9c9044224f34e553cd7041 (patch) | |
tree | 2127314036bb9bcdee2962d18992acb48bdd55be /arch/mips/sgi-ip32/ip32-irq.c | |
parent | faf3c25e51a7e91b69ea26da72c74a8786af7968 (diff) |
arch: mips: update references to current linux-mips list
The linux-mips mailing list now lives at kernel.org. Update all references
in the kernel tree.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Huacai Chen <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-irq.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip32/ip32-irq.c b/arch/mips/sgi-ip32/ip32-irq.c index 1bbd5bfb5458..e21ea1de05e3 100644 --- a/arch/mips/sgi-ip32/ip32-irq.c +++ b/arch/mips/sgi-ip32/ip32-irq.c @@ -343,7 +343,7 @@ static void ip32_unknown_interrupt(void) printk("Register dump:\n"); show_regs(get_irq_regs()); - printk("Please mail this report to [email protected]\n"); + printk("Please mail this report to [email protected]\n"); printk("Spinning..."); while(1) ; } |