Hi Carlos, I love your patch! Perhaps something to improve: [auto build test WARNING on lwn/docs-next] [also build test WARNING on next-20230127] [cannot apply to linus/master v6.2-rc5] [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/Carlos-Bilbao/docs-sp_SP-Add-process-magic-number-translation/20230128-103013 base: git://git.lwn.net/linux.git docs-next patch link: https://lore.kernel.org/r/20230125181840.3007341-1-carlos.bilbao%40amd.com patch subject: [PATCH] docs/sp_SP: Add process magic-number translation reproduce: # https://github.com/intel-lab-lkp/linux/commit/386e4549b53d3e7f381ad80c954a1e783aedf1c6 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Carlos-Bilbao/docs-sp_SP-Add-process-magic-number-translation/20230128-103013 git checkout 386e4549b53d3e7f381ad80c954a1e783aedf1c6 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/translations/sp_SP/process/magic-number.rst:16: WARNING: Inline emphasis start-string without end-string. vim +16 Documentation/translations/sp_SP/process/magic-number.rst 15 > 16 Es una muy buena idea proteger las estructuras de datos del kernel con 17 números mágicos. Esto le permite verificar en tiempo de ejecución si (a) 18 una estructura ha sido manipulada, o (b) ha pasado la estructura incorrecta 19 a una rutina. Esto último es especialmente útil --- particularmente cuando 20 pasa punteros a estructuras a través de un puntero void *. El código tty, 21 por ejemplo, hace esto con frecuencia para pasar información específica del 22 driver y líneas de estructuras específicas de protocolo de un lado al 23 otro. 24 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests