From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD662C3F6B0 for ; Wed, 24 Aug 2022 22:30:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229967AbiHXWaZ (ORCPT ); Wed, 24 Aug 2022 18:30:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229903AbiHXWaV (ORCPT ); Wed, 24 Aug 2022 18:30:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88280BE20; Wed, 24 Aug 2022 15:30:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CD42761978; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2EE7FC433D7; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661380217; bh=lJg/24HXKm7aTVbMP9b8klDDS2GqxYqDTBd11iwmW7s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=daN7edNCFQmNgrfxB43lJZ8AC2iVH4xbzjSoxyUHqN015t0hvMpvpmV81z9y4MbAY lJ/MykKjkhFSOIEWI0IEUm4dRLHJbJtaoXYnl67QEJUoi+lhLgwczudMsklzz9OlUt v5qPHgE/5+sGCfwnfPfs4EFR8gxXTRO2iR1uVLHzsg6Dy4AnZD+hGrdQqqiBFPtULE jTi80t6OivT10BrrVmHtzDdxpWe4/MUTESvZDoP/9lrMNR0sPK9+zHPSoGP3P0CmQm xlMoY/5kI1yuASSsvRyyZFjUXqjlDGe/I7Ld0/iDEJWMg4BoNVhKldG10hMt/TxDGp cIPX44doVCHng== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0E7D3E2A03D; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Bluetooth: move from strlcpy with unused retval to strscpy From: patchwork-bot+bluetooth@kernel.org Message-Id: <166138021705.13438.9116551765111191759.git-patchwork-notify@kernel.org> Date: Wed, 24 Aug 2022 22:30:17 +0000 References: <20220818210207.8323-1-wsa+renesas@sang-engineering.com> In-Reply-To: <20220818210207.8323-1-wsa+renesas@sang-engineering.com> To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Thu, 18 Aug 2022 23:02:07 +0200 you 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 > > [...] Here is the summary with links: - Bluetooth: move from strlcpy with unused retval to strscpy https://git.kernel.org/bluetooth/bluetooth-next/c/5cc684fb4f0f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html