From nobody Fri May 17 02:42:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1681071567; cv=none; d=zohomail.com; s=zohoarc; b=W7sUohcoWaVeAwO0VqPSviYEU6hhCbPtK2X8kO2SQUbJLXQ7anuCyFFsyrjHCajuD6YFzCy4NPO8S1qHtt8ltHR0vM6zkhZlnpbynbH0yrI0Y5DpUyx08jR5iIBIioyY201i3Fy/ZQsER9nxpBkjdwiEyBsjwEUBjDCPGqH5QcI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1681071567; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=0K6W3yIVTQHeBD1KRgYIfeDw+/xjjPHCEmGaL85s9Yg=; b=F86BosQ/Pcc25z0hrhEpLShVfzNEZGnLzrVPSPzBtI4D9ZXKYmuFtk+yQQwbUcLIKOBbOTIVB8VzOky3lGtEbD8QIucCqmVAjfnWEIVBEPHWVVlZb3YyDKmVJIb72EGflZY9++rDljb4vF55I4KZLNS4dLozN2p+rszNkuMuGn8= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1681071567901742.5393496869992; Sun, 9 Apr 2023 13:19:27 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1plbV5-0003cf-1k; Sun, 09 Apr 2023 16:18:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1plbV3-0003cT-TT; Sun, 09 Apr 2023 16:18:57 -0400 Received: from mail.weilnetz.de ([37.120.169.71] helo=mail.v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1plbV2-0008Lv-5u; Sun, 09 Apr 2023 16:18:57 -0400 Received: from qemu.weilnetz.de (qemu.weilnetz.de [188.68.58.204]) by mail.v2201612906741603.powersrv.de (Postfix) with ESMTP id 9A237DA0498; Sun, 9 Apr 2023 22:18:54 +0200 (CEST) Received: by qemu.weilnetz.de (Postfix, from userid 1000) id 6A3B84668B2; Sun, 9 Apr 2023 22:18:54 +0200 (CEST) To: Jonathan Cameron Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, "Michael S . Tsirkin" , Peter Maydell , Stefan Weil Subject: [PATCH for-8.0] docs/cxl: Fix sentence Date: Sun, 9 Apr 2023 22:18:28 +0200 Message-Id: <20230409201828.1159568-1-sw@weilnetz.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=37.120.169.71; envelope-from=stefan@weilnetz.de; helo=mail.v2201612906741603.powersrv.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Stefan Weil From: Stefan Weil via Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1681071570346100003 Content-Type: text/plain; charset="utf-8" Signed-off-by: Stefan Weil Acked-by: Jonathan Cameron Reviewed-by: Richard Henderson --- If my change is okay I suggest to apply the patch for 8.0 because it fixes documentation. Regards, Stefan W. docs/system/devices/cxl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/devices/cxl.rst b/docs/system/devices/cxl.rst index f25783a4ec..4c38223069 100644 --- a/docs/system/devices/cxl.rst +++ b/docs/system/devices/cxl.rst @@ -111,7 +111,7 @@ Interfaces provided include: =20 CXL Root Ports (CXL RP) ~~~~~~~~~~~~~~~~~~~~~~~ -A CXL Root Port servers te same purpose as a PCIe Root Port. +A CXL Root Port serves the same purpose as a PCIe Root Port. There are a number of CXL specific Designated Vendor Specific Extended Capabilities (DVSEC) in PCIe Configuration Space and associated component register access via PCI bars. --=20 2.39.2