[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202309141254.Dpetnhzg-lkp@intel.com>
Date: Thu, 14 Sep 2023 12:39:30 +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 3/4] hwmon: max31827: Handle new properties from the
devicetree
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-20230913]
[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-4-daniel.matyas%40analog.com
patch subject: [PATCH 3/4] hwmon: max31827: Handle new properties from the devicetree
reproduce: (https://download.01.org/0day-ci/archive/20230914/202309141254.Dpetnhzg-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/202309141254.Dpetnhzg-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Documentation/hwmon/max31827.rst:82: WARNING: Unexpected indentation.
vim +82 Documentation/hwmon/max31827.rst
76
77 The conversions can be manual with the one-shot functionality and automatic with
78 a set frequency. When powered on, the chip measures temperatures with 1 conv/s.
79 The conversion rate can be modified with update_interval attribute of the chip.
80 Conversion/second = 1/update_interval. Thus, the available options according to
81 the data sheet are:
> 82 - 64000 (ms) = 1 conv/64 sec
83 - 32000 (ms) = 1 conv/32 sec
84 - 16000 (ms) = 1 conv/16 sec
85 - 4000 (ms) = 1 conv/4 sec
86 - 1000 (ms) = 1 conv/sec (default)
87 - 250 (ms) = 4 conv/sec
88 - 125 (ms) = 8 conv/sec
89
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists