From patchwork Fri Jul 15 01:58:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 12918668 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 E2CFCC433EF for ; Fri, 15 Jul 2022 02:00:42 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=AavXf1rhRvR8xVCLibwzuCDzbhU2zkQ6E0IlLt4z6UM=; b=y4lQLET0PSslAS m++KcBprLC15FHA76kRM0a3qdVNiE1FfDjXGKRZ+Mf87FhbCvq004zvQR0PEr9c2rJvU8rF74JjNQ Wq0/bL6xgsg+gMnnC9H7HUyb4tKgPr/rtW2rSsL2W/SquKKmOvuvPYMBgY/SUyTNCw5kcUvdgyFMY O/q+SlV/CgVE3bMiz6lH01hgn1EYGCT4ijXFncg4nvzI8v1oq2Owa2L7u/udvxRCiXeDDUgHJh18g gyy2WWDsmSC0xarQ9cXfSSnweYKJmnzVVPqNU4eiT5VKJNfip5oIAAjq53oiSZcxidVj9RP5XYf9g 4T9tfPPzgi9L8ekg0kWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCAbj-003Mtf-FG; Fri, 15 Jul 2022 01:59:07 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCAbh-003Mqo-F9; Fri, 15 Jul 2022 01:59:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=Yst2yccGqVsHHqDRowt/OQDTK10KawgyD2WvW7jbQUM=; b=UaAp8IxGBlD9H4eVA9Ft/ypU2D cP4+Ouaakuhu9jH5mY8QKwXSNYBJPbkC+Cb1GhkN63oyGBKHLCZrAergphBC7g3k3sBEoe+MMl9Rc F1QERcGtYQHlNE7YQ2ACv4McRJk0Dt2wtkVulEGpuuja8aKWMsbEZKcL82gUTmn9O6+ulpVnX0oKN uwql9JrcdiVbIXb3Fl9h7KV9g7JvJLdYzBpXDJXdbIBONgjpLWg+pPJUow7RAZy05x2e7Kmg9J+ne r+Cpc0aMKFfArXZqinWtpakxdmT+87GhYcxfcCtugdq+emr/OUECxTk8DBpOk/kVmf1qdbLRfIUOe ssCt8Qiw==; Received: from [2601:1c0:6280:3f0::a6b3] (helo=casper.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCAba-009sW1-9c; Fri, 15 Jul 2022 01:58:58 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Patrice Chotard , Daniel Lezcano , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar Date: Thu, 14 Jul 2022 18:58:52 -0700 Message-Id: <20220715015852.12523-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use the possessive "its" instead of the contraction "it's" where appropriate. Signed-off-by: Randy Dunlap Cc: Patrice Chotard Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -373,7 +373,7 @@ config ARM_GT_INITIAL_PRESCALER_VAL depends on ARM_GLOBAL_TIMER help When the ARM global timer initializes, its current rate is declared - to the kernel and maintained forever. Should it's parent clock + to the kernel and maintained forever. Should its parent clock change, the driver tries to fix the timer's internal prescaler. On some machs (i.e. Zynq) the initial prescaler value thus poses bounds about how much the parent clock is allowed to decrease or