From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhong jiang Subject: Re: [PATCH 0/2] ethernet: Use NULL to compare with pointer-typed value rather than 0 Date: Sat, 18 Aug 2018 14:45:52 +0800 Message-ID: <5B77C0A0.2030704@huawei.com> References: <1534573773-17358-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , , , To: Return-path: In-Reply-To: <1534573773-17358-1-git-send-email-zhongjiang@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org ingore the patchset. should be change the title from [patch] to [patchv2]. On 2018/8/18 14:29, zhong jiang wrote: > v1->v2: > - According to Vladimir's suggestion. change a common 0 and NULL comparsion form. > > zhong jiang (2): > ethernet: declance: Use NULL to compare with pointer-typed value > rather than 0 > ethernet: lpc_eth: Use NULL to compare with pointer-typed value > rather than 0 > > drivers/net/ethernet/amd/declance.c | 3 +-- > drivers/net/ethernet/nxp/lpc_eth.c | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) >