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 59CEAC38142 for ; Fri, 27 Jan 2023 06:41:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232420AbjA0GlE (ORCPT ); Fri, 27 Jan 2023 01:41:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231879AbjA0GkW (ORCPT ); Fri, 27 Jan 2023 01:40:22 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43E276C560; Thu, 26 Jan 2023 22:40:21 -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=b2J5kw4jMwk0ZaQSGFy4S3ExSbNurermdu9lg81Gm60=; b=rVW8qyHzwVYLzXNdRGeTC48+Dr nek4ODSZH7dkzESkZ/I40Lzg8Uae+SEsoDMz1FetKsWplszM4bo0+cEQWPAdVtbZWLs5dFIvsAYuN QbsVE9nMiy7i/itidTgXJYMS18EHjF1UGgKRzC/31rXTIasO8wu3z7MNjwiOiZUvL+GsOAS6x6vlk j3VSAti7SgnvLXxOYh/8zkLTqHfPk1a/VvDPcRChoBOeqTqaX+Px0mVqov3AleWbKIYoz0LzX2jGh 9u0JeMlQRfHes5o1gW2gKmOi2lLwzpFTvpLouL/cKmzgjo7zCDu/XXnL4Wba/MZbx4HfpprNrLzVC qBf16zCw==; Received: from [2601:1c2:d80:3110::9307] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLIPM-00DM0u-Nx; Fri, 27 Jan 2023 06:40:20 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , linux-s390@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 23/35] Documentation: s390: correct spelling Date: Thu, 26 Jan 2023 22:39:53 -0800 Message-Id: <20230127064005.1558-24-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127064005.1558-1-rdunlap@infradead.org> References: <20230127064005.1558-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Correct spelling problems for Documentation/s390/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: linux-s390@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/s390/pci.rst | 4 ++-- Documentation/s390/vfio-ccw.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -- a/Documentation/s390/pci.rst b/Documentation/s390/pci.rst --- a/Documentation/s390/pci.rst +++ b/Documentation/s390/pci.rst @@ -51,7 +51,7 @@ Entries specific to zPCI functions and e The slot entries are set up using the function identifier (FID) of the PCI function. The format depicted as XXXXXXXX above is 8 hexadecimal digits - with 0 padding and lower case hexadecimal digitis. + with 0 padding and lower case hexadecimal digits. - /sys/bus/pci/slots/XXXXXXXX/power @@ -66,7 +66,7 @@ Entries specific to zPCI functions and e - function_handle Low-level identifier used for a configured PCI function. - It might be useful for debuging. + It might be useful for debugging. - pchid Model-dependent location of the I/O adapter. diff -- a/Documentation/s390/vfio-ccw.rst b/Documentation/s390/vfio-ccw.rst --- a/Documentation/s390/vfio-ccw.rst +++ b/Documentation/s390/vfio-ccw.rst @@ -176,7 +176,7 @@ The process of how these work together. Use the 'mdev_create' sysfs file, we need to manually create one (and only one for our case) mediated device. 3. vfio_mdev.ko drives the mediated ccw device. - vfio_mdev is also the vfio device drvier. It will probe the mdev and + vfio_mdev is also the vfio device driver. It will probe the mdev and add it to an iommu_group and a vfio_group. Then we could pass through the mdev to a guest.