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 7CE32C433EF for ; Mon, 10 Jan 2022 13:06:49 +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=YZpkfRUydqeWvWGAk3UPaqBjPSdYtWuRJDLWwhexpts=; b=t7ByK5GeH6pyFc cuSGFRV1+6Ys78RPOmiCnUn4wByLd3vj0dOdDUTldkOBD45k2Xtftk48XcyyeuwB7m2j43oJ6P1Cp 6QeF0BGC1Xr093uijD228ntF3UwSMKkpslTCvU9WEPrzLE8LUzfkOgG+7dPMTi9VsOiBkaSPfo4ov dJTko5RCTHD675bHSnbmp4601sDBLfTCrar4J8uiDRZzFJRzfMkLAkpVflzwaRNE3DyOi9soN7kDD rBYn0gGpLO/jwKmTrK/6HNKYT/91gBC1w2O3ZhOtb4cMsMZd3VZBOqHqFXGmua9TpBuYizrKSQg/Z pxPglzXCZ7BIRjVi1fUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n6uMc-00BTLG-RU; Mon, 10 Jan 2022 13:05:30 +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 1n6uMY-00BTKL-MG for linux-arm-kernel@lists.infradead.org; Mon, 10 Jan 2022 13:05:27 +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 A1F3D611D2; Mon, 10 Jan 2022 13:05:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 408B7C36AE5; Mon, 10 Jan 2022 13:05:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641819925; bh=gZ9p1057L7eGJ3nEd120WZC2QblvsEuO27VB2B1lAok=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ty4MCZ4GQKw+LUgUErV7k5IiS56HtmT721DDZ9daFcQIzQZCZNQ0hx5xM27eML/qF NRqOMUcNGzE9bmaVWBhm0xCJU+l1dXb7cj+LdOXbTzq7UsuPx97fmDbQjY3wAMzsrI xK8w4sJvKc9olHgKkURojZjMcxrL1jzodRKuP9RmAaDtq3eqDYT3ADOQmB4jiu9EQS yptUC9RaQVRqkNwIJMY1uKrsgHW5sW/+yY8oQ5+wxMwhJBsc8PPEg07f7vyyj8CmPO cogQXEbnD9RjEJ4PgZ8BKMXPHXUfA3Pp4US7o8tT+Alnx6kYObRD9T/C3iMzBduHRm sCow9bVZEm1gA== Date: Mon, 10 Jan 2022 15:05:20 +0200 From: Leon Romanovsky To: Conley Lee Cc: davem@davemloft.net, kuba@kernel.org, mripard@kernel.org, wens@csie.org, clabbe.montjoie@gmail.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] net: ethernet: sun4i-emac: replace magic number with macro Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220110_050526_814990_0E10BF68 X-CRM114-Status: GOOD ( 13.05 ) 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 Mon, Jan 10, 2022 at 07:35:49PM +0800, Conley Lee wrote: > This patch remove magic numbers in sun4i-emac.c and replace with macros > defined in sun4i-emac.h > > Change since v1 > --------------- > - reformat > - merge commits > - add commit message This changelog should be placed after "---" below your SOB. Thanks > > Signed-off-by: Conley Lee > --- > drivers/net/ethernet/allwinner/sun4i-emac.c | 30 ++++++++++++--------- > drivers/net/ethernet/allwinner/sun4i-emac.h | 18 +++++++++++++ > 2 files changed, 35 insertions(+), 13 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel