On Thu, 3 Aug 2023, Jan Beulich wrote: > On 03.08.2023 04:00, Stefano Stabellini wrote: > > On Wed, 2 Aug 2023, Nicola Vetrini wrote: > >> The extern variable 'irq_desc' defined in 'irq.h' is shadowed by > >> local variables in the changed file. To avoid this, the variable is > >> renamed to 'irq_description'. > >> > >> No functional change. > >> > >> Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> > > > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> > > Btw, Stefano, could you please trim context when you reply to patches, > and when you add no other remarks besides offering a tag? > > Thanks, Jan
Will do