lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 18 Sep 2023 04:50:59 +0800
From: kernel test robot <lkp@...el.com>
To: Vadim Fedorenko <vadim.fedorenko@...ux.dev>
Cc: oe-kbuild-all@...ts.linux.dev, netdev@...r.kernel.org,
	Bagas Sanjaya <bagasdotme@...il.com>,
	Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>,
	Jiri Pirko <jiri@...dia.com>, linux-doc@...r.kernel.org
Subject: [net-next:main 2/43] htmldocs:
 Documentation/driver-api/dpll.rst:427: WARNING: Error in "code-block"
 directive:

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git main
head:   d692873cbe861a870cdc9cbfb120eefd113c3dfd
commit: dbb291f19393b628a1d15b94a78d471b9d94e532 [2/43] dpll: documentation on DPLL subsystem interface
reproduce: (https://download.01.org/0day-ci/archive/20230918/202309180456.lOhxy9gS-lkp@intel.com/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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309180456.lOhxy9gS-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/driver-api/dpll.rst:427: WARNING: Error in "code-block" directive:

vim +427 Documentation/driver-api/dpll.rst

   426	
 > 427	.. code-block:: c
   428		static const struct dpll_device_ops dpll_ops = {
   429			.lock_status_get = ptp_ocp_dpll_lock_status_get,
   430			.mode_get = ptp_ocp_dpll_mode_get,
   431			.mode_supported = ptp_ocp_dpll_mode_supported,
   432		};
   433	
   434		static const struct dpll_pin_ops dpll_pins_ops = {
   435			.frequency_get = ptp_ocp_dpll_frequency_get,
   436			.frequency_set = ptp_ocp_dpll_frequency_set,
   437			.direction_get = ptp_ocp_dpll_direction_get,
   438			.direction_set = ptp_ocp_dpll_direction_set,
   439			.state_on_dpll_get = ptp_ocp_dpll_state_get,
   440		};
   441	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ