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 ACAAFC46467 for ; Tue, 29 Nov 2022 13:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232641AbiK2Ncn (ORCPT ); Tue, 29 Nov 2022 08:32:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231853AbiK2Nch (ORCPT ); Tue, 29 Nov 2022 08:32:37 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EBAB1134; Tue, 29 Nov 2022 05:32:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=4WfKFE855g4aYPWa1PlPctAvnu0Rng8EtAhvBUpBVLw=; b=TRGuiPx5Qvn4d++NVEk4kXtXAN LFytMrH9LvmGqwzTakP8tkNjOAOWQQvlUBSB5UilKV7TbL8D3lsomwoGk4Y441G7BmBZUkKyt91gr 3BajQDNop3pzMpN5jM0l2YVAvmH7s7jnH0Gz2V5JsexeTcHri0lkGgMkYSjQ/2gYpj3M=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p00hn-003s2I-N5; Tue, 29 Nov 2022 14:31:23 +0100 Date: Tue, 29 Nov 2022 14:31:23 +0100 From: Andrew Lunn To: Chukun Pan Cc: Frank , Peter Geis , Heiner Kallweit , Russell King , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase Message-ID: References: <20221129080005.24780-1-amadeus@jmu.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221129080005.24780-1-amadeus@jmu.edu.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 29, 2022 at 04:00:05PM +0800, Chukun Pan wrote: > The phy id is usually defined in lower case, also align the indents. > > Signed-off-by: Chukun Pan Reviewed-by: Andrew Lunn Andrew