On Thursday, December 12th, 2024 at 3:59 AM, Jan Beulich <jbeul...@suse.com> 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. Fixed. > > Jan