From nobody Thu Sep 18 11:26:47 2025 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 298D3C3A5A7 for ; Wed, 7 Dec 2022 00:37:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229773AbiLGAhi (ORCPT ); Tue, 6 Dec 2022 19:37:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229877AbiLGAhN (ORCPT ); Tue, 6 Dec 2022 19:37:13 -0500 Received: from mail-yw1-x1149.google.com (mail-yw1-x1149.google.com [IPv6:2607:f8b0:4864:20::1149]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8627432073 for ; Tue, 6 Dec 2022 16:36:40 -0800 (PST) Received: by mail-yw1-x1149.google.com with SMTP id 00721157ae682-3b5da1b3130so171341927b3.5 for ; Tue, 06 Dec 2022 16:36:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:reply-to:from:to:cc :subject:date:message-id:reply-to; bh=62EGeFEMBZyYp+itlwZq+NNn4g2Is1savivfamQujGU=; b=VDhYGGnEhkawbxSr5eKbU7at+thNJzM6vSm941xH9pwMAaDdNMUfwod2BpG6Mo+rdO JcJ+eAcdPSwVGX91V95BZrpAc6K32SLyRNnwlnHAIqxYg+1tIgN3BnNAAeLqMbGKRjhd FniGuxp8C4sB47Ki5FWVxcUavnUn6RHYvN4030I9jyxg1MOxEnwx4R96j2dAo9XCCNX2 0qRYE438vo017a1MIAv66YxXd9Fc0ypizgPtYRqNdGCs5mQ3e/BilCCTosNbwoMPnand WeXECAYLmOkA/z5yfEY223hAyOG/HeP0ACTKt6Ep1O6PYRNeH6+tNaYDIMhxnOT4Anvu D+Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:reply-to :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=62EGeFEMBZyYp+itlwZq+NNn4g2Is1savivfamQujGU=; b=hKRaWCRtEapoLxptvx5PHIp50+xNryngKPoyygHchfSSkWuRrGONDnYpwsKTRPoNHj 0fQzrPXntK30YlJsYWjspmbq0DHw9BcG1Sa+U036orzbJDXTvaSA32tIzoXjw2NBn39X mEd41CrA++8wOk9Gp9zFWfYeTugUoE60vhNqK4sR3QAGlqLAH1o8uIZi19pOG5Uf3o3J Ob6fWevO1YNmX2TQ0D22GbUqKJaZdYcfU9D65KUT/rHY59qosbOWdNUFK9t3KzNhbxXm 87NCcSU3e3zu5SUzNMR/oBRVh8Z1gFetOypwc8CYgam1L9ahFdzpwLcoAW8dfn2IPInC pJ2A== X-Gm-Message-State: ANoB5pl4kW6BClEsC5Q3iQ7MVRt5px6icWVVjY0p7baF3oIoxWHmHe2Q CIk3XY0aJq0OaGgm9RpbucEmgE/VpTs= X-Google-Smtp-Source: AA0mqf5LgkbBbvGM/FL/y/jn9/jCI4RrPYc1rQe2nCJ2Hu9CnlUuYpjEpmCoRq8+o4LtrnyOcLRLvW8HjTg= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a81:120d:0:b0:3d5:ecbb:2923 with SMTP id 13-20020a81120d000000b003d5ecbb2923mr29309362yws.485.1670373399803; Tue, 06 Dec 2022 16:36:39 -0800 (PST) Reply-To: Sean Christopherson Date: Wed, 7 Dec 2022 00:36:37 +0000 Mime-Version: 1.0 X-Mailer: git-send-email 2.39.0.rc1.256.g54fd8350bd-goog Message-ID: <20221207003637.2041211-1-seanjc@google.com> Subject: [PATCH] KVM: Delete extra block of "};" in the KVM API documentation From: Sean Christopherson To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Sean Christopherson Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Delete an extra block of code/documentation that snuck in when KVM's documentation was converted to ReST format. Fixes: 106ee47dc633 ("docs: kvm: Convert api.txt to ReST format") Signed-off-by: Sean Christopherson --- Documentation/virt/kvm/api.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index c618fae44ad7..6fd348f88700 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -6575,11 +6575,6 @@ Please note that the kernel is allowed to use the kv= m_run structure as the primary storage for certain register types. Therefore, the kernel may use = the values in kvm_run even if the corresponding bit in kvm_dirty_regs is not s= et. =20 -:: - - }; - - =20 6. Capabilities that can be enabled on vCPUs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D base-commit: 3d7af7c5e000c68581429d533ed63414e4a48e6d --=20 2.39.0.rc1.256.g54fd8350bd-goog