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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5E5CEC433FE for ; Wed, 2 Nov 2022 10:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AThjZkeSdZ0Z5E7WQB8UpGKYbaSk2/EmiUfjhozb0kA=; b=hSAaZCQHup61Sq tp92R/Cr4n9roTSC1jXw7pTSLzDXgbEKyXHLdGwSSlvb02nhAcDgtJ7fFjVLD1GOU3d11NLU3qoPU rVzssY4CdDHiTsrvJhEOZCy3thtFbpVUnOYTC49CwOhKvUmFnuQrMj3WOE5ZaZaBemhSgOxWzEyW7 ALHkNvtYXkwUR1uGvV8YTUJ7aTL8/Ymdl98WNYhf9zN3UY4udAOYBA8Q8XlsK6MHYX7dJHb9j92BD LbHBzgeI6NHSq95LgzHLe+CXmidF2xRW117c2TV4RHbeZUiGh84VGHBQV8mdAtf/4xAaMVtkB4V46 veV23Tnj4r3lepcpQuIw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqBQY-00Adgn-Dk; Wed, 02 Nov 2022 10:56:58 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqBQV-00Adeq-Aa for linux-arm-kernel@lists.infradead.org; Wed, 02 Nov 2022 10:56:56 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 82F111FB; Wed, 2 Nov 2022 03:56:59 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.7.162]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 008E23F5A1; Wed, 2 Nov 2022 03:56:51 -0700 (PDT) Date: Wed, 2 Nov 2022 10:56:46 +0000 From: Mark Rutland To: Christophe JAILLET Cc: Marc Zyngier , Daniel Lezcano , Thomas Gleixner , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 10/30] clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool() Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221102_035655_432485_37194D91 X-CRM114-Status: GOOD ( 23.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 01, 2022 at 10:13:58PM +0100, Christophe JAILLET 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 () > > Signed-off-by: Christophe JAILLET > --- > This patch is part of a serie that axes all usages of strtobool(). > Each patch can be applied independently from the other ones. > > The last patch of the serie removes the definition of strtobool(). > > You may not be in copy of the cover letter. So, if needed, it is available > at [1]. > > [1]: https://lore.kernel.org/all/cover.1667336095.git.christophe.jaillet@wanadoo.fr/ > --- > drivers/clocksource/arm_arch_timer.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Mark Rutland Mark. > > diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c > index a7ff77550e17..1af045b231fd 100644 > --- a/drivers/clocksource/arm_arch_timer.c > +++ b/drivers/clocksource/arm_arch_timer.c > @@ -18,6 +18,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -97,7 +98,7 @@ static bool evtstrm_enable __ro_after_init = IS_ENABLED(CONFIG_ARM_ARCH_TIMER_EV > > static int __init early_evtstrm_cfg(char *buf) > { > - return strtobool(buf, &evtstrm_enable); > + return kstrtobool(buf, &evtstrm_enable); > } > early_param("clocksource.arm_arch_timer.evtstrm", early_evtstrm_cfg); > > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel