oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [cel:topic-rpc-with-tls-upcall 2/19] htmldocs: Documentation/networking/tls-handshake.rst:53: WARNING: Inline emphasis start-string without end-string.
@ 2023-03-17  1:12 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-17  1:12 UTC (permalink / raw)
  To: Chuck Lever; +Cc: oe-kbuild-all, linux-doc

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux topic-rpc-with-tls-upcall
head:   12050f1a9e648a9a557c8e5b1c635a2af6a29202
commit: 1daef8af2deecd9c894b8621cc1e833f293821da [2/19] net/tls: Add kernel APIs for requesting a TLSv1.3 handshake
reproduce:
        # https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git/commit/?id=1daef8af2deecd9c894b8621cc1e833f293821da
        git remote add cel git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
        git fetch --no-tags cel topic-rpc-with-tls-upcall
        git checkout 1daef8af2deecd9c894b8621cc1e833f293821da
        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@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303170958.XI9RY3AN-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/networking/tls-handshake.rst:53: WARNING: Inline emphasis start-string without end-string.
>> Documentation/networking/tls-handshake.rst:62: WARNING: Definition list ends without a blank line; unexpected unindent.

vim +53 Documentation/networking/tls-handshake.rst

    51	
    52	struct tls_handshake_args {
  > 53		struct socket		*ta_sock;
    54		tls_done_func_t		ta_done;
    55		void			*ta_data;
    56		unsigned int		ta_timeout_ms;
    57		key_serial_t		ta_keyring;
    58		key_serial_t		ta_my_cert;
    59		key_serial_t		ta_my_privkey;
    60		unsigned int		ta_num_peerids;
    61		key_serial_t		ta_my_peerids[5];
  > 62	};
    63	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-17  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17  1:12 [cel:topic-rpc-with-tls-upcall 2/19] htmldocs: Documentation/networking/tls-handshake.rst:53: WARNING: Inline emphasis start-string without end-string kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).