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@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202309141254.Dpetnhzg-lkp@xxxxxxxxx/ 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