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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B3C9C433FE for ; Thu, 11 Nov 2021 16:50:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46C1261268 for ; Thu, 11 Nov 2021 16:50:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234260AbhKKQwx (ORCPT ); Thu, 11 Nov 2021 11:52:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:55342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233867AbhKKQwv (ORCPT ); Thu, 11 Nov 2021 11:52:51 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id F1D3B61264; Thu, 11 Nov 2021 16:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636649402; bh=51HV5mKQra9//QardxIsZThqAWeIEV0HwhilxwaGBn4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IceVoHjviKtrlOA5AThqARgr9Y9AehkaSzV17p2RO0oc8IrsRK9G7S6Za/z+BSLZD LbQXulzxt7vvzEf8PrVXEqE3D57WNtk8l2fTj942Bh/RiFNAROGbzB5Hak8c0uqi/C CYxu7dmpWE6ccczMhuMOi40PB2bAUqTBNMJ1LdxeBMFKusmRbA3pcj5WwjzhQEx9PI eW0DPYiD9+tH8lmgC3uiGSZqH5E6/FLd51x1uviJ76Pdj1bO+BC91OHFoOMmaReu5A OFTPwuEIQ0u6J1HL9DTBlq6HbTxCCed7zCbRYX09f4AVi1eZarRnfllH7amhjffruW l6ztzkELs2Bkw== Date: Thu, 11 Nov 2021 08:50:01 -0800 From: Jakub Kicinski To: kernel test robot Cc: cgel.zte@gmail.com, Jesse Brandeburg , kbuild-all@lists.01.org, Tony Nguyen , "David S . Miller" , intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, luo penghao , Zeal Robot Subject: Re: [PATCH linux] e1000e: Delete redundant variable definitions Message-ID: <20211111085001.24b58b5c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <202111112246.M0trEfiC-lkp@intel.com> References: <20211111090555.158828-1-luo.penghao@zte.com.cn> <202111112246.M0trEfiC-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Nov 2021 22:56:38 +0800 kernel test robot wrote: > >> drivers/net/ethernet/intel/e1000e/e1000.h:31:20: error: 'hw' undeclared (first use in this function) > 31 | netdev_dbg(hw->adapter->netdev, format, ## arg) Yeah, the infinite wisdom of Intel drivers using macros with implicit arguments :/ You should build test your patches, tho. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Date: Thu, 11 Nov 2021 08:50:01 -0800 Subject: [Intel-wired-lan] [PATCH linux] e1000e: Delete redundant variable definitions In-Reply-To: <202111112246.M0trEfiC-lkp@intel.com> References: <20211111090555.158828-1-luo.penghao@zte.com.cn> <202111112246.M0trEfiC-lkp@intel.com> Message-ID: <20211111085001.24b58b5c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Thu, 11 Nov 2021 22:56:38 +0800 kernel test robot wrote: > >> drivers/net/ethernet/intel/e1000e/e1000.h:31:20: error: 'hw' undeclared (first use in this function) > 31 | netdev_dbg(hw->adapter->netdev, format, ## arg) Yeah, the infinite wisdom of Intel drivers using macros with implicit arguments :/ You should build test your patches, tho. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6960028165012273122==" MIME-Version: 1.0 From: Jakub Kicinski To: kbuild-all@lists.01.org Subject: Re: [PATCH linux] e1000e: Delete redundant variable definitions Date: Thu, 11 Nov 2021 08:50:01 -0800 Message-ID: <20211111085001.24b58b5c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <202111112246.M0trEfiC-lkp@intel.com> List-Id: --===============6960028165012273122== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Thu, 11 Nov 2021 22:56:38 +0800 kernel test robot wrote: > >> drivers/net/ethernet/intel/e1000e/e1000.h:31:20: error: 'hw' undeclare= d (first use in this function) = > 31 | netdev_dbg(hw->adapter->netdev, format, ## arg) Yeah, the infinite wisdom of Intel drivers using macros with implicit arguments :/ You should build test your patches, tho. --===============6960028165012273122==--