Re: [PATCH printk v2 5/8] printk: nbcon: Add sequence handling

From: John Ogness
Date: Fri Jul 28 2023 - 05:00:26 EST


On 2023-07-28, kernel test robot <lkp@xxxxxxxxx> wrote:
>>> kernel/printk/printk_nbcon.c:168: warning: expecting prototype for nbcon_read_seq(). Prototype was for nbcon_seq_read() instead
> kernel/printk/printk_nbcon.c:182: warning: Function parameter or member 'seq' not described in 'nbcon_seq_force'

Thanks kernel test robot for spotting the 2 kerneldoc errors. I will fix
them for v3.

John