From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3151277555189475349==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC Date: Sat, 18 Dec 2021 05:34:10 +0800 Message-ID: <202112180502.QgAc0Kak-lkp@intel.com> In-Reply-To: <20211217164307.1514192-2-eugene.shalygin@gmail.com> List-Id: --===============3151277555189475349== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Eugene, I love your patch! Perhaps something to improve: [auto build test WARNING on groeck-staging/hwmon-next] [also build test WARNING on next-20211217] [cannot apply to linus/master v5.16-rc5] [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] url: https://github.com/0day-ci/linux/commits/Eugene-Shalygin/hwmon-asus= -ec-sensors-add-driver-for-ASUS-EC/20211218-014433 base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagin= g.git hwmon-next config: ia64-allyesconfig (https://download.01.org/0day-ci/archive/20211218= /202112180502.QgAc0Kak-lkp(a)intel.com/config) compiler: ia64-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/0day-ci/linux/commit/f18e6c103f89584b0027d0794= 25d8e868a535a6d git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Eugene-Shalygin/hwmon-asus-ec-sens= ors-add-driver-for-ASUS-EC/20211218-014433 git checkout f18e6c103f89584b0027d079425d8e868a535a6d # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dia64 SHELL=3D/bin/bash drivers/hwmon/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/hwmon/asus-ec-sensors.c:45: warning: This comment starts with '/= **', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-d= oc.rst * Arbitrary set max. allowed bank number. Required for sorting banks and drivers/hwmon/asus-ec-sensors.c:133: warning: This comment starts with '= /**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-= doc.rst * All the known sensors for ASUS EC controllers vim +45 drivers/hwmon/asus-ec-sensors.c 43 = 44 /** > 45 * Arbitrary set max. allowed bank number. Required for sorting bank= s and 46 * currently is overkill with just 2 banks used at max, but for the = sake 47 * of alignment let's set it to a higher value. 48 */ 49 #define ASUS_EC_MAX_BANK 3 50 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============3151277555189475349==--