mbox series

[0/2] Silence warning and simplify code

Message ID 1664437198-31260-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Silence warning and simplify code | expand

Message

Tiezhu Yang Sept. 29, 2022, 7:39 a.m. UTC
Tiezhu Yang (2):
  MIPS: Silence missing prototype warning
  MIPS: Simplify __bswapdi2() and __bswapsi2()

 arch/mips/lib/bswapdi.c | 14 +++++---------
 arch/mips/lib/bswapsi.c | 10 +++++-----
 2 files changed, 10 insertions(+), 14 deletions(-)

Comments

Thomas Bogendoerfer Sept. 30, 2022, 2:59 p.m. UTC | #1
On Thu, Sep 29, 2022 at 03:39:56PM +0800, Tiezhu Yang wrote:
> Tiezhu Yang (2):
>   MIPS: Silence missing prototype warning
>   MIPS: Simplify __bswapdi2() and __bswapsi2()
> 
>  arch/mips/lib/bswapdi.c | 14 +++++---------
>  arch/mips/lib/bswapsi.c | 10 +++++-----
>  2 files changed, 10 insertions(+), 14 deletions(-)

series applied to mips-next.

Thomas.