From patchwork Thu Feb 9 07:13:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13134082 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 24647C64EC5 for ; Thu, 9 Feb 2023 07:14:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229733AbjBIHOL (ORCPT ); Thu, 9 Feb 2023 02:14:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjBIHOK (ORCPT ); Thu, 9 Feb 2023 02:14:10 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31BA76EBE; Wed, 8 Feb 2023 23:14:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=ov9sgtmaVVk76Nnibt+EsTt5whBz9yioDNjhR8t7vzM=; b=sotlfO2ckkITNtMuLW72f3/Oed FkjR9N20VHrFzd0sN42rLRcMpV/kIlKfI7aYuhMY7tXgpIVnQ6hdzvPwNPttm4M7zr3y/vDiCVjaM aUk3sUJttR686//8ozmIXp/BAnOuzbxBxMNfjSNfkmN8CTU6ypH4nt5lFmR1uq2Zyrhu7ijerAtYh U4ZfEqYxWoRi4sxIRcaZ+Irg7DPwrf94IEucLhOzwRDftx1vSqObd/F6yHlFEyrak+lFZrdhjNOVW V/3lZhi6gNF0ImlLJC6G1bydJSvVb4iEET4L4i3PfMEwuldWgDhm3dNNGF0zX0Koa1gmkr7PgwoRp Xzk41sTQ==; Received: from [2601:1c2:980:9ec0::df2f] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ189-000LPt-Tq; Thu, 09 Feb 2023 07:14:06 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jens Axboe , linux-block@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Mukesh Ojha Subject: [PATCH 02/24] Documentation: block: correct spelling Date: Wed, 8 Feb 2023 23:13:38 -0800 Message-Id: <20230209071400.31476-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209071400.31476-1-rdunlap@infradead.org> References: <20230209071400.31476-1-rdunlap@infradead.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Correct spelling problems for Documentation/block/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Jens Axboe Cc: linux-block@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Reviewed-by: Mukesh Ojha --- Documentation/block/data-integrity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/Documentation/block/data-integrity.rst b/Documentation/block/data-integrity.rst --- a/Documentation/block/data-integrity.rst +++ b/Documentation/block/data-integrity.rst @@ -209,7 +209,7 @@ will require extra work due to the appli sector must be set, and the bio should have all data pages added. It is up to the caller to ensure that the bio does not change while I/O is in progress. - Complete bio with error if prepare failed for some reson. + Complete bio with error if prepare failed for some reason. 5.3 Passing Existing Integrity Metadata