Re: [PATCH printk v3 2/7] printk: nbcon: Add acquire/release logic

From: John Ogness
Date: Tue Sep 05 2023 - 13:09:23 EST


On 2023-09-04, kernel test robot <lkp@xxxxxxxxx> wrote:
>>> kernel/printk/nbcon.c:392: warning: expecting prototype for nbcon_context_try_acquire_hostile(). Prototype was for nbcon_context_acquire_hostile() instead

Thanks kernel test robot. The kerneldoc will be fixed for v4.

The function was renamed for v3 because it now always succeeds. There is
no need for "try" in the name.

John Ogness