[PATCH 03/16] lib,treewide: add new match_string() helper/macro
Greg KH
gregkh at linuxfoundation.org
Wed May 8 23:18:56 AEST 2019
On Wed, May 08, 2019 at 04:11:28PM +0300, Andy Shevchenko wrote:
> On Wed, May 08, 2019 at 02:28:29PM +0300, Alexandru Ardelean wrote:
> > This change re-introduces `match_string()` as a macro that uses
> > ARRAY_SIZE() to compute the size of the array.
> > The macro is added in all the places that do
> > `match_string(_a, ARRAY_SIZE(_a), s)`, since the change is pretty
> > straightforward.
>
> Can you split include/linux/ change from the rest?
That would break the build, why do you want it split out? This makes
sense all as a single patch to me.
thanks,
greg k-h
More information about the Linuxppc-dev
mailing list