[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VfjSOFdw+kt=wRheSHwjdSaencSjLDQ3+WKz=pQYaoZPw@mail.gmail.com>
Date: Tue, 22 May 2018 00:53:19 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Yisheng Xie <xieyisheng1@...wei.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, linux-clk@...r.kernel.org
Subject: Re: [PATCH 14/33] clk: use match_string() helper
On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie <xieyisheng1@...wei.com> 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
Powered by blists - more mailing lists