From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH] alpha: move from strlcpy with unused retval to strscpy Date: Thu, 18 Aug 2022 19:40:36 -0400 Message-ID: References: <20220818205936.6144-1-wsa+renesas@sang-engineering.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20220818205936.6144-1-wsa+renesas@sang-engineering.com> List-ID: Content-Type: text/plain; charset="us-ascii" To: Wolfram Sang , linux-kernel@vger.kernel.org Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , linux-alpha@vger.kernel.org, Julia Lawall On Thu, 2022-08-18 at 22:59 +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. Nice. Last time I posted a coccinelle script for strlcpy->strscpy conversions with unused returns, there were several variants that were not converted. https://lore.kernel.org/cocci/a3279a5772b2e49b57890cd75e97360b82890798.camel@perches.com/T/#m502108bfe0cc6a41d499a4c1b55d5f5db1423465 Did you post the script you used?