From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 087C8C433FE for ; Fri, 30 Sep 2022 15:16:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231764AbiI3PQn (ORCPT ); Fri, 30 Sep 2022 11:16:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231760AbiI3PQU (ORCPT ); Fri, 30 Sep 2022 11:16:20 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BFE6812B4A6; Fri, 30 Sep 2022 08:16:17 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1oeHkM-0003TJ-01; Fri, 30 Sep 2022 17:16:14 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 87917C0D1E; Fri, 30 Sep 2022 16:59:47 +0200 (CEST) Date: Fri, 30 Sep 2022 16:59:47 +0200 From: Thomas Bogendoerfer To: Tiezhu Yang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] Silence warning and simplify code Message-ID: <20220930145947.GB12989@alpha.franken.de> References: <1664437198-31260-1-git-send-email-yangtiezhu@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1664437198-31260-1-git-send-email-yangtiezhu@loongson.cn> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]