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 C75A8C6FA8B for ; Wed, 21 Sep 2022 20:07:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230267AbiIUUHe (ORCPT ); Wed, 21 Sep 2022 16:07:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230227AbiIUUHc (ORCPT ); Wed, 21 Sep 2022 16:07:32 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1362EA3D3F; Wed, 21 Sep 2022 13:07:32 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id CECD2735; Wed, 21 Sep 2022 20:07:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net CECD2735 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1663790851; bh=4+6lLfNCXT495Y/8Kd50pp68aEH52Y+mpgUuGAhbZbs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=tBWPjq8gDizNGC+FQz5gR2OZ8SPy85+3KuW7lt8zPLkyWF9q39cBIFdshsbsR++cM 7TBgNGA4e5+8YLlcpCyhv+vhG3Scfgk+JTee8QABjHsHxprQs3ZxItvTGCtrRon5iZ AfoQVHL1nuzlDJzE5HhQUnODQg7QVcMhZzebZJafuZ4bD4dUbk5kyCL+T0mo8f1PIC iJNd2CHh6Ulln/fZK3A062hAuFveWqeUf8BMpcH9iAgpQuTshzWa5CDdv+oJogLhcS 4fl03NUBJaZRtZ1qY1asrzTFKG2cfH17lTahtj1tCD37zQwnc5SniMdGQ+45m55hDv KOCEcbVFMk1Sw== From: Jonathan Corbet To: Randy Dunlap , linux-doc@vger.kernel.org Cc: Randy Dunlap , linux-fsdevel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-xfs@vger.kernel.org, Christian Brauner , Seth Forshee , Al Viro , Theodore Ts'o , Jaegeuk Kim , "Darrick J . Wong" Subject: Re: [PATCH v2] Documentation: filesystems: correct possessive "its" In-Reply-To: <20220901002828.25102-1-rdunlap@infradead.org> References: <20220901002828.25102-1-rdunlap@infradead.org> Date: Wed, 21 Sep 2022 14:07:30 -0600 Message-ID: <87leqcv6d9.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Randy Dunlap writes: > Change occurrences of "it's" that are possessive to "its" > so that they don't read as "it is". > > For f2fs.rst, reword one description for better clarity. > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-fsdevel@vger.kernel.org > Cc: linux-f2fs-devel@lists.sourceforge.net > Cc: linux-xfs@vger.kernel.org > Cc: Christian Brauner > Cc: Seth Forshee > Cc: Al Viro > Cc: Theodore Ts'o > Cc: Jaegeuk Kim > Reviewed-by: Darrick J. Wong > Reviewed-by: "Christian Brauner (Microsoft)" > --- > v2: Reword the compress_log_size description. > Rebase (the xfs file changed). > Add Reviewed-by: tags. > > Thanks for Al and Ted for suggesting rewording the f2fs.rst description. > > Documentation/filesystems/f2fs.rst | 5 ++--- > Documentation/filesystems/idmappings.rst | 2 +- > Documentation/filesystems/qnx6.rst | 2 +- > Documentation/filesystems/xfs-delayed-logging-design.rst | 6 +++--- > 4 files changed, 7 insertions(+), 8 deletions(-) Applied, thanks. Sorry for the delay ... conferences ... jon