On Mon, Oct 16, 2017 at 10:25:33 -0700, Richard Henderson wrote: > From: Richard Henderson <r...@twiddle.net> > > While we're touching many of the lines anyway, adjust the naming > of the functions to better distinguish when "TCGArg" vs "TCGTemp" > should be used. > > Signed-off-by: Richard Henderson <r...@twiddle.net> (snip) > -static struct tcg_temp_info temps[TCG_MAX_TEMPS]; > +static struct tcg_temp_info temps_[TCG_MAX_TEMPS];
Is this rename really necessary? The rest looks good: Reviewed-by: Emilio G. Cota <c...@braap.org> E.