On 2025-09-30, Marcos Paulo de Souza <[email protected]> wrote: > diff --git a/kernel/printk/nbcon.c b/kernel/printk/nbcon.c > index > 6e4641350fe8985438f53bcd32f3adf72d9d6835..2492b14bd272562378c4cdb465eea2269638e127 > 100644 > --- a/kernel/printk/nbcon.c > +++ b/kernel/printk/nbcon.c > @@ -854,7 +854,7 @@ static bool __nbcon_context_update_unsafe(struct > nbcon_context *ctxt, bool unsaf > return nbcon_context_can_proceed(ctxt, &cur); > } > > -static void nbcon_write_context_set_buf(struct nbcon_write_context *wctxt, > +void nbcon_write_context_set_buf(struct nbcon_write_context *wctxt, > char *buf, unsigned int len)
Could we also update the whitespace on the 2nd line? And it would all fit on one line if you want. John _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
