[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176598445824.1179918.8336736114021260076.robh@kernel.org>
Date: Wed, 17 Dec 2025 09:14:19 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] of: replace strcmp_suffix() with strends()
On Wed, 17 Dec 2025 14:43:08 +0100, Bartosz Golaszewski wrote:
> string.h now provides strends() which fulfills the same role as the
> locally implemented strcmp_suffix(). Use it in of/property.c.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
> ---
> Changes since v1:
> - strends() actually has inverted return value logic from
> strcmp_suffix()
>
> drivers/of/property.c | 15 ++-------------
> 1 file changed, 2 insertions(+), 13 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists