[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202309142140.qvHsiLc3-lkp@intel.com>
Date: Thu, 14 Sep 2023 21:34:39 +0800
From: kernel test robot <lkp@...el.com>
To: Daniel Matyas <daniel.matyas@...log.com>
Cc: oe-kbuild-all@...ts.linux.dev,
Daniel Matyas <daniel.matyas@...log.com>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-hwmon@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH 4/4] hwmon: max31827: Add custom attribute for resolution
Hi Daniel,
kernel test robot noticed the following build warnings:
[auto build test WARNING on groeck-staging/hwmon-next]
[also build test WARNING on linus/master v6.6-rc1 next-20230914]
[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/Daniel-Matyas/hwmon-max31827-Make-code-cleaner/20230913-232729
base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
patch link: https://lore.kernel.org/r/20230913152135.457892-5-daniel.matyas%40analog.com
patch subject: [PATCH 4/4] hwmon: max31827: Add custom attribute for resolution
reproduce: (https://download.01.org/0day-ci/archive/20230914/202309142140.qvHsiLc3-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309142140.qvHsiLc3-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Documentation/hwmon/max31827.rst:107: WARNING: Bullet list ends without a blank line; unexpected unindent.
vim +107 Documentation/hwmon/max31827.rst
93
94 The conversion time doubles with every bit of increased resolution. The
95 available resolutions are:
96 - 8 bit -> 8.75 ms conversion time
97 - 9 bit -> 17.5 ms conversion time
98 - 10 bit -> 35 ms conversion time
99 - 12 bit (default) -> 140 ms conversion time
100
101 There is a temp1_resolution attribute which indicates the unit change in the
102 input temperature in milli-degrees C.
103 - 1000 mC -> 8 bit
104 - 500 mC -> 9 bit
105 - 250 mC -> 10 bit
106 - 62 mC -> 12 bit (default) - actually this is 62.5, but the file
> 107 returns 62
108
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists