tree: https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git for-leds-next head: 4ba9df04b7ac66d2d000ed7ae2d8136302d99a57 commit: 4ba9df04b7ac66d2d000ed7ae2d8136302d99a57 [15/15] docs: leds: Add MT6370 RGB LED pattern document reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git/commit/?id=4ba9df04b7ac66d2d000ed7ae2d8136302d99a57 git remote add lee-leds https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git git fetch --no-tags lee-leds for-leds-next git checkout 4ba9df04b7ac66d2d000ed7ae2d8136302d99a57 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202303182310.tB1mUzU7-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/leds/leds-mt6370-rgb.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent. >> Documentation/leds/leds-mt6370-rgb.rst:41: WARNING: Line block ends without a blank line. >> Documentation/leds/leds-mt6370-rgb.rst:46: WARNING: Unexpected indentation. >> Documentation/leds/leds-mt6370-rgb.rst:44: WARNING: Inline substitution_reference start-string without end-string. >> Documentation/leds/leds-mt6370-rgb.rst:50: WARNING: Literal block expected; none found. >> Documentation/leds/leds-mt6370-rgb.rst: WARNING: document isn't included in any toctree vim +39 Documentation/leds/leds-mt6370-rgb.rst 33 34 "0 Tr1 0 Tr2 0 Tf1 0 Tf2 0 Ton 0 Toff" --> '0' for dummy brightness code 35 36 ^ 37 | ============ 38 | / \ / > 39 Icurr | / \ / 40 | / \ / > 41 | / \ / .....repeat 42 | / \ / 43 | --- --- --- > 44 |--- --- --- 45 +----------------------------------============------------> Time > 46 < Tr1><Tr2>< Ton ><Tf1><Tf2 >< Toff >< Tr1><Tr2> 47 48 Timing description:: 49 > 50 Tr1: First rising time for duty 0 to 30%. 51 Tr2: Second rising time for duty 31% to 100%. 52 Ton: On time for duty 100%. 53 Tf1: First falling time for duty 100% to 31%. 54 Tf2: Second falling time for duty 30% to 0%. 55 Toff: Off time for duty 0%. 56 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests