Re: [PATCH] proc:fix confusing macro arg name
From: linmiaohe
Date: Tue Oct 08 2019 - 04:28:55 EST
On 2019/10/8 15:05, Aubrey wrote:
>> On 2019/10/8 14:44, linmiaohe wrote:
>> state_size and ops are in the wrong position, fix it.
>>
>
> Good catch!
>
> This is interesting, I saw this interface has 50+ callers, How did they work before? ;)
>
This confused me too. The args of function proc_create_net_single is consistent with
the callers, so it works. But the wrong args name in macro proc_create_net makes
it confusing.
Thanks, have a nice day!
> Thanks,
> -Aubrey
>