On 10/17/2017 03:16 PM, Emilio G. Cota wrote:
> 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?

It was a temp rename to ensure that all changes were made.
The variable disappears later.


r~

Reply via email to