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 0E150C433FE for ; Fri, 4 Nov 2022 05:00:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230075AbiKDFAo (ORCPT ); Fri, 4 Nov 2022 01:00:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230001AbiKDFA3 (ORCPT ); Fri, 4 Nov 2022 01:00:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 334FA165BA; Thu, 3 Nov 2022 22:00:29 -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 C1E0B6202D; Fri, 4 Nov 2022 05:00:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 789D3C43155; Fri, 4 Nov 2022 05:00:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667538027; bh=ZHfBYU+UqBBWzQCD0LvBgUi3WgENgVy3SC2izp4q7l4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=G3K6QJ4DzKMuNQpDA5CwL9jjZOlepXsX8K8If1AkJHDPd4hbsxtTsGhv76izWofdB ysOfH3q8ehqipKSpCTZGWzs+UA6qZhQtZMStIQnYXkm5pIw2KBfe/sbCFMLWKTtH1j Hhk3aOPC2n9VPcPA79IZaoJAYIefqz9s/Tjh075T7S+Xmr4tclCQfxPijJzXTzJbUt gGaZqxB2ogqadpzARPKRb2ZVISVmJrOHCbUqxGVZyzFuZTef7NWhAzOtuZfzbP4+ar o2ol7Y7HEyr1s7iYuFG0uLODkA2CMyuDIl5mk1lCU6Tpsr3dIBGaaONAiY73+TeffQ hlzztRIm6moLA== 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 13179E5250A; Fri, 4 Nov 2022 05:00:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next RESEND] net: usb: Use kstrtobool() instead of strtobool() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166753802707.27738.6412621287669031939.git-patchwork-notify@kernel.org> Date: Fri, 04 Nov 2022 05:00:27 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: oliver@neukum.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, bjorn@mork.no, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-usb@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 2 Nov 2022 07:36:23 +0100 you wrote: > strtobool() is the same as kstrtobool(). > However, the latter is more used within the kernel. > > In order to remove strtobool() and slightly simplify kstrtox.h, switch to > the other function name. > > While at it, include the corresponding header file (). > > [...] Here is the summary with links: - [net-next,RESEND] net: usb: Use kstrtobool() instead of strtobool() https://git.kernel.org/netdev/net-next/c/c2cce3a6e8eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html