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 6E529C74A5B for ; Fri, 17 Mar 2023 15:55:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231368AbjCQPzV (ORCPT ); Fri, 17 Mar 2023 11:55:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230396AbjCQPzR (ORCPT ); Fri, 17 Mar 2023 11:55:17 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CB76C927C; Fri, 17 Mar 2023 08:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679068516; x=1710604516; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=mWrMwkurkDuf91iXXk4iuCqFycas6EenldJmpazdx0g=; b=ZRaZugErGc+S1wTyiG8uieId7uGE71J2ysd5tZojzw3mYMDk/Tb0HO37 IvNYsxgU61husRnOLRF6/BYamGLnCJZYf8hWlJZtcy9hsT1F2Temcm+qA ytW1dDhTWYSHTn/Qy/u4sIi+lgAJIN2GCPBOWHIkY1D8CO95Cp5mjq8bt qBdQ9UwFlPEFmh32U6Zjty5sRc4sHyXn88nlxDAdVxblfAZLfcVtZ2uSV xjjrpIOtI1niS6ySmsclLuU+QhESyhuKidDmYQyvqZDKFZzNgxdmSZj+R RB7NJx5+Y/8N8Fn98ZX9E+rVoPJjqsdZyDqKrGS43lOY16tZek61LBBW0 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="403159425" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="403159425" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2023 08:55:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="790757122" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="790757122" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2023 08:55:13 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pdCQC-0009SJ-22; Fri, 17 Mar 2023 15:55:12 +0000 Date: Fri, 17 Mar 2023 23:54:33 +0800 From: kernel test robot To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla Cc: oe-kbuild-all@lists.linux.dev, Greg Kroah-Hartman , Miquel Raynal , Michael Walle , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V4 4/4] nvmem: layouts: add fixed cells layout Message-ID: <202303172348.sb4rePWl-lkp@intel.com> References: <20230317132620.31142-5-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230317132620.31142-5-zajec5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi RafaƂ, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20230317] [cannot apply to robh/for-next krzk-dt/for-next char-misc/char-misc-testing char-misc/char-misc-next char-misc/char-misc-linus linus/master v6.3-rc2 v6.3-rc1 v6.2 v6.3-rc2] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Rafa-Mi-ecki/dt-bindings-nvmem-layouts-add-fixed-layout/20230317-212948 patch link: https://lore.kernel.org/r/20230317132620.31142-5-zajec5%40gmail.com patch subject: [PATCH V4 4/4] nvmem: layouts: add fixed cells layout config: sparc-allyesconfig (https://download.01.org/0day-ci/archive/20230317/202303172348.sb4rePWl-lkp@intel.com/config) compiler: sparc64-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/7ffae9ad6cdb83ae60e3eacf96ab779e0b69a65b git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Rafa-Mi-ecki/dt-bindings-nvmem-layouts-add-fixed-layout/20230317-212948 git checkout 7ffae9ad6cdb83ae60e3eacf96ab779e0b69a65b # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sparc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sparc SHELL=/bin/bash drivers/nvmem/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303172348.sb4rePWl-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/nvmem/layouts/fixed.c:37:1: warning: data definition has no type or storage class 37 | module_nvmem_layout_driver(fixed_nvmem_layout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/nvmem/layouts/fixed.c:37:1: error: type defaults to 'int' in declaration of 'module_nvmem_layout_driver' [-Werror=implicit-int] >> drivers/nvmem/layouts/fixed.c:37:1: warning: parameter names (without types) in function declaration cc1: some warnings being treated as errors vim +37 drivers/nvmem/layouts/fixed.c 36 > 37 module_nvmem_layout_driver(fixed_nvmem_layout); 38 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests