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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A77DDC433EF for ; Thu, 27 Jan 2022 06:43:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wjq1jtqFdymJNH+mXPj667k0AmkaLVPN0co9pDaazYI=; b=13fJImRDHd2QbD tfbuwAq5gzq/p4yrbRkVbyMTZBTK28uLC4f7dvbGRL9XWVeVH+0MUgaCeQTWXljOaD/rQzxx7M2Q8 yjMtBhrvfSrYsl4BcDFji+gsCJp7eXQmreEiUGHO/WTEEzNBM9DTrQ/Un+wSXs/xmzkGU51+rXdHs rtIncmxLfYSaIiSvISG1+ro7FNXQoqADk2hDt72QaJnX3M4Tp8wVfpTg8Yb03uVQ10weV0SqSjvic 9FMMr3/Q33H3L0Yb17IyiLZHi263R0KQbSSZigfY2iIOuxE8Kv61fvnc9PzY0CrVPZdrMwTjQC2XG 0yvJ0FsLdv/YtePq/8SA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCyUO-00EZEs-72; Thu, 27 Jan 2022 06:42:36 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCyUJ-00EZCD-TF; Thu, 27 Jan 2022 06:42:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3681C61934; Thu, 27 Jan 2022 06:42:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FF12C340E4; Thu, 27 Jan 2022 06:42:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643265750; bh=9qlTOBaZNbP5dnlI7UztbiokMnyc69tSR6O4YogHR7Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oT3vbOUYhUAMuY09dZB68GNBA9vykrSTmEdZdqPdCmaGpns23+JAGCt+7Q8jHM5Jg hhh7/0ycc13nKEdqIQcpg5Tx1rx87tbG//rOIh//8RCiHWr+YbOwTQ0ZwlwUi1aqY2 ljGIEe65jW3s/met8orQcFc6cDFhfCGv5OlXeDfIRyJzEhN+ZlHV+Pyr+KWIM3vMRC GbZgIc8xk3s1DiVzgBe2TXU1V+wV4fLprAQejgCOno5Yd1RylnUizzBKx2tH6VXXYq gh1+6dQW5w54G8VEue2W3RTZUGsVkLnbjPRXGNFFPnNYen68bdODXneLkeuz7DSbDW fxHUPoWsbQBzw== Date: Thu, 27 Jan 2022 12:12:26 +0530 From: Vinod Koul To: Wan Jiabing Cc: Chunfeng Yun , Kishon Vijay Abraham I , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, jiabing.wan@qq.com Subject: Re: [PATCH] phy: phy-mtk-tphy: Fix dumplicated argument in phy-mtk-tphy Message-ID: References: <20220107025050.787720-1-wanjiabing@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220107025050.787720-1-wanjiabing@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220126_224232_012572_6FFD8804 X-CRM114-Status: UNSURE ( 7.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 07-01-22, 10:50, Wan Jiabing wrote: > Fix following coccicheck warning: > ./drivers/phy/mediatek/phy-mtk-tphy.c:994:6-29: duplicated argument > to && or || > > The efuse_rx_imp is duplicate. Here should be efuse_tx_imp. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel