On Thu, Dec 12, 2024 at 12:59:30PM +0100, Jan Beulich wrote: > On 12.12.2024 11:12, Roger Pau Monné wrote: > > On Thu, Dec 05, 2024 at 08:41:49PM -0800, Denis Mukhin via B4 Relay wrote: > >> +static struct domain *rcu_lock_domain_console_by_id(domid_t domid) > >> +{ > >> + struct domain *d; > >> + > >> + d = rcu_lock_domain_by_id(domid); > >> + > > > > Nit: I would remove this newline. > > Or even better make the function call the variable's initializer.
Indeed, didn't catch that one. Thanks, Roger.