* [tty:tty-testing 28/29] kernel/printk/printk.c:4267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2024-02-07 1:33 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-07 1:33 UTC (permalink / raw)
To: Sreenath Vijayan
Cc: oe-kbuild-all, linux-serial, Greg Kroah-Hartman,
Shimoyashiki Taichi, John Ogness, linux-doc
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
head: 014e10bea593b963574d607faa34e7eaaad3c02b
commit: 558367b641b3802572132e7ed865f5eb887c41ea [28/29] printk: Add function to dump printk buffer directly to consoles
config: alpha-allnoconfig (https://download.01.org/0day-ci/archive/20240207/202402070957.NsPz3RBO-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240207/202402070957.NsPz3RBO-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/202402070957.NsPz3RBO-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/printk/printk.c:4267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Dump the printk ring buffer directly to consoles
vim +4267 kernel/printk/printk.c
4265
4266 /**
> 4267 * Dump the printk ring buffer directly to consoles
4268 */
4269 void dump_printk_buffer(void)
4270 {
4271 console_lock();
4272 console_rewind_all();
4273 console_unlock();
4274 }
4275 #endif
4276
--
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:[~2024-02-07 1:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 1:33 [tty:tty-testing 28/29] kernel/printk/printk.c:4267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 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).