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 3386EC433EF for ; Thu, 27 Jan 2022 06:42:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbiA0Gmf (ORCPT ); Thu, 27 Jan 2022 01:42:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236929AbiA0Gmb (ORCPT ); Thu, 27 Jan 2022 01:42:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03D38C061714 for ; Wed, 26 Jan 2022 22:42:31 -0800 (PST) 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 96EE26192D for ; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220107025050.787720-1-wanjiabing@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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