Re: [PATCH v2 00/21] use match_string() helper

2018-05-31 Thread Yisheng Xie
+ Mark On 2018/5/31 19:11, Yisheng Xie wrote: > Andy introduce helper function match_string() which can be used to return > the index of array for a matching string. so we can use it in many places > instead of open coded variant. > > I just try to make this API be used more commonly, sorry if th

[PATCH v2 00/21] use match_string() helper

2018-05-31 Thread Yisheng Xie
Andy introduce helper function match_string() which can be used to return the index of array for a matching string. so we can use it in many places instead of open coded variant. I just try to make this API be used more commonly, sorry if this makes too much big patchset. v2: - Remove the Patche