Re: [PATCH 14/33] clk: use match_string() helper

From: Andy Shevchenko
Date: Mon May 21 2018 - 16:58:49 EST


On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie <xieyisheng1@xxxxxxxxxx> wrote:
> match_string() returns the index of an array for a matching string,
> which can be used intead of open coded variant.

> + return match_string(core->parent_names,
> + core->num_parents, parent_core->name) >= 0;

More logical split is to leave second parameter on the first line.

P.S. I would rather to put everything to one line even if takes ~83 characters.

--
With Best Regards,
Andy Shevchenko