[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220822181721.GA97772-robh@kernel.org>
Date: Mon, 22 Aug 2022 13:17:21 -0500
From: Rob Herring <robh@...nel.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: Frank Rowand <frowand.list@...il.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH] of: move from strlcpy with unused retval to strscpy
On Thu, 18 Aug 2022 23:00:53 +0200, Wolfram Sang wrote:
> Follow the advice of the below link and prefer 'strscpy' in this
> subsystem. Conversion is 1:1 because the return value is not used.
> Generated by a coccinelle script.
>
> Link: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/
> Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
> ---
> drivers/of/base.c | 2 +-
> drivers/of/fdt.c | 6 +++---
> drivers/of/unittest.c | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists