Re: [PATCH v1 0/3] lib/string: introduce match_string() helper

2015-10-22 Thread Andy Shevchenko
On Tue, 2015-09-15 at 11:35 -0400, Tejun Heo wrote: > Hello, > > On Tue, Sep 15, 2015 at 09:53:48AM +0300, Andy Shevchenko wrote: > > There are users of a simple string matching in the array. Let's do > > a common > > helper for that. > > > > Two users are updated in the series. one more is comin

Re: [PATCH v1 0/3] lib/string: introduce match_string() helper

2015-09-15 Thread Tejun Heo
Hello, On Tue, Sep 15, 2015 at 09:53:48AM +0300, Andy Shevchenko wrote: > There are users of a simple string matching in the array. Let's do a common > helper for that. > > Two users are updated in the series. one more is coming [1]. > > [1] http://www.spinics.net/lists/kernel/msg2074265.html >

[PATCH v1 0/3] lib/string: introduce match_string() helper

2015-09-14 Thread Andy Shevchenko
There are users of a simple string matching in the array. Let's do a common helper for that. Two users are updated in the series. one more is coming [1]. [1] http://www.spinics.net/lists/kernel/msg2074265.html The series is compile tested. Andy Shevchenko (3): lib/string: introduce match_stri