All of lore.kernel.org
 help / color / mirror / Atom feed
* [driver-core:driver-core-testing 78/90] warning: unescaped backtick
@ 2026-07-17 19:21 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-17 19:21 UTC (permalink / raw)
  To: Markus Probst; +Cc: oe-kbuild-all, devel, Danilo Krummrich, Greg Kroah-Hartman

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git driver-core-testing
head:   25acf039a5dbb40b6865d9392e05be8e713a39f3
commit: ee9fffbaafedd22ab336aea1047bec1fc7f298ec [78/90] rust: add basic serial device bus abstractions
config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20260717/202607172113.hLDQgD4l-lkp@intel.com/config)
compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1)
rustc: rustc 1.96.0 (ac68faa20 2026-05-25)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260717/202607172113.hLDQgD4l-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607172113.hLDQgD4l-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> warning: unescaped backtick
   --> rust/kernel/serdev.rs:518:34
   |
   518 |     /// [ Device::wait_until_sent`] to make sure the controller write buffer has actually been
   |                                  ^
   |
   = note: requested on the command line with `-W rustdoc::unescaped-backticks`
   help: the opening backtick of an inline code may be missing
   |
   518 |     /// [ `Device::wait_until_sent`] to make sure the controller write buffer has actually been
   |           +
   help: if you meant to use a literal backtick, escape it
   |
   518 |     /// [ Device::wait_until_sent\`] to make sure the controller write buffer has actually been
   |                                  +

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

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

only message in thread, other threads:[~2026-07-17 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 19:21 [driver-core:driver-core-testing 78/90] warning: unescaped backtick kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.