From: Randy Dunlap Date: Sun, 26 Jul 2020 00:34:24 +0000 (-0700) Subject: mips: io.h: delete duplicated word X-Git-Tag: v5.15~3192^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2790db134df7e8b672644b35312b9e00ef1c032;p=platform%2Fkernel%2Flinux-starfive.git mips: io.h: delete duplicated word Delete the repeated word "on". Signed-off-by: Randy Dunlap Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index 346fffd..3ecbe96 100644 --- a/arch/mips/include/asm/io.h +++ b/arch/mips/include/asm/io.h @@ -59,7 +59,7 @@ * which all ports are being mapped. For sake of efficiency some code * assumes that this is an address that can be loaded with a single lui * instruction, so the lower 16 bits must be zero. Should be true on - * on any sane architecture; generic code does not use this assumption. + * any sane architecture; generic code does not use this assumption. */ extern unsigned long mips_io_port_base;