[asahilinux:bits/250-aop 25/57] warning: empty line after doc comment
kernel test robot <[email protected]> Thu, 06 Aug 2026 10:32:07 +0200
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://github.com/AsahiLinux/linux bits/250-aop head: 136397c31608440bafd64cf7ce72b6049b3ee4a6 commit: ff9a7b3dd630b558a7ddc32f5d1082c4150c51da [25/57] rust: Add Ownable/Owned types config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20260806/[email protected]/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/20260806/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): >> warning: empty line after doc comment --> rust/kernel/types.rs:450:1 | 450 | / /// into a &mut T. 451 | | | |_^ ... 456 | pub unsafe trait OwnableMut: Ownable {} | --------------------------- the comment documents this trait | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#empty_line_after_doc_comments = note: `-W clippy::empty-line-after-doc-comments` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::empty_line_after_doc_comments)]` = help: if the empty line is unintentional, remove it help: if the documentation should include the empty line include it in the comment | 451 | /// | -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki