mbox series

[0/6] mips: delete duplicated words

Message ID 20200726003429.20356-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series mips: delete duplicated words | expand

Message

Randy Dunlap July 26, 2020, 12:34 a.m. UTC
Delete duplicated words in arch/mips/ header files.

Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org

 arch/mips/include/asm/io.h              |    2 +-
 arch/mips/include/asm/octeon/cvmx-l2c.h |    2 +-
 arch/mips/include/asm/octeon/cvmx-pip.h |    2 +-
 arch/mips/include/asm/octeon/cvmx-pko.h |    7 +++----
 arch/mips/include/asm/octeon/cvmx-pow.h |    8 ++++----
 arch/mips/include/asm/octeon/octeon.h   |    2 +-
 6 files changed, 11 insertions(+), 12 deletions(-)

Comments

Thomas Bogendoerfer July 26, 2020, 8:22 a.m. UTC | #1
On Sat, Jul 25, 2020 at 05:34:23PM -0700, Randy Dunlap wrote:
> Delete duplicated words in arch/mips/ header files.
> 
> Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> Cc: linux-mips@vger.kernel.org
> 
>  arch/mips/include/asm/io.h              |    2 +-
>  arch/mips/include/asm/octeon/cvmx-l2c.h |    2 +-
>  arch/mips/include/asm/octeon/cvmx-pip.h |    2 +-
>  arch/mips/include/asm/octeon/cvmx-pko.h |    7 +++----
>  arch/mips/include/asm/octeon/cvmx-pow.h |    8 ++++----
>  arch/mips/include/asm/octeon/octeon.h   |    2 +-
>  6 files changed, 11 insertions(+), 12 deletions(-)

series applied to mips-next.

Thomas.