tree: git://git.samba.org/ksmbd.git ksmbd-for-next-next head: 61f596cda9f2d4d6b068f5226b2e2bc9478fa873 commit: 61f596cda9f2d4d6b068f5226b2e2bc9478fa873 [3/3] ksmbd: update documentation reproduce: git remote add samba-ksmbd git://git.samba.org/ksmbd.git git fetch --no-tags samba-ksmbd ksmbd-for-next-next git checkout 61f596cda9f2d4d6b068f5226b2e2bc9478fa873 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> All warnings (new ones prefixed by >>): >> Documentation/filesystems/cifs/ksmbd.rst:123: WARNING: Unexpected indentation. vim +123 Documentation/filesystems/cifs/ksmbd.rst 120 121 1. Download ksmbd-tools(https://github.com/cifsd-team/ksmbd-tools/releases) and compile them. 122 - Refer README(https://github.com/cifsd-team/ksmbd-tools/blob/master/README.md) > 123 to know how to use ksmbd.<foo> utils 124 125 $ ./autogen.sh 126 $ ./configure --with-rundir=/run 127 $ make && sudo make install 128 -- 0-DAY CI Kernel Test Service https://01.org/lkp