From nobody Sat Apr 18 09:24:05 2026 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 92F72C43334 for ; Fri, 15 Jul 2022 02:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241210AbiGOCA0 (ORCPT ); Thu, 14 Jul 2022 22:00:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241189AbiGOCAU (ORCPT ); Thu, 14 Jul 2022 22:00:20 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3396571BC5; Thu, 14 Jul 2022 19:00:18 -0700 (PDT) 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=NFvWOBhXUaXzNUwiC6fcRrNXIN6zcEqJ/qvmwUudgeQ=; b=PqjhT1DUT7kRNnhWZGodhjYuex H80x4lay9X96oyZ8L347saZBWID+mh37brBp0E8XjuGTlbbXhtgLdzkI467irobFTBamd8NuXJN77 C5sqj5beR4m5ZeYYi7aIIpzziMDusZSMKo+RmL7TpLwfUNnzhwk656YzbHbVaikbLXzCbYaJsYSJ+ IsOLrQs6B5JNqoNJN4AzIEXoRKnaSik0pDlJ01xi/3Z3qdkm9xznN3XpOh3hRHydwJ6fOTxp/24Aw eqUwpGRYzgtXW06HYspqH7V/a7oVWxuwlXQvIcdlYqnLchp9qI0cbMPoLd+vPeMcjJssEnDfEu1s4 kc13bx1g==; 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 1oCAcp-009sec-QJ; Fri, 15 Jul 2022 02:00:16 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , linux-s390@vger.kernel.org Subject: [PATCH] s390/hmcdrv: fix Kconfig "its" grammar Date: Thu, 14 Jul 2022 19:00:10 -0700 Message-Id: <20220715020010.12678-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Use the possessive "its" instead of the contraction "it's" where appropriate. Signed-off-by: Randy Dunlap Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: linux-s390@vger.kernel.org --- drivers/s390/char/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/s390/char/Kconfig +++ b/drivers/s390/char/Kconfig @@ -89,7 +89,7 @@ config HMC_DRV Management Console (HMC) drive CD/DVD-ROM. It is available as a module, called 'hmcdrv', and also as kernel built-in. There is one optional parameter for this module: cachesize=3DN, which modifies the - transfer cache size from it's default value 0.5MB to N bytes. If N + transfer cache size from its default value 0.5MB to N bytes. If N is zero, then no caching is performed. =20 config SCLP_OFB