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 8EB17C4332F for ; Mon, 6 Nov 2023 10:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229926AbjKFKMV (ORCPT ); Mon, 6 Nov 2023 05:12:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbjKFKMT (ORCPT ); Mon, 6 Nov 2023 05:12:19 -0500 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFBD1A9; Mon, 6 Nov 2023 02:12:16 -0800 (PST) Received: by mail-pj1-x1029.google.com with SMTP id 98e67ed59e1d1-27d0e3d823fso3076904a91.1; Mon, 06 Nov 2023 02:12:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699265536; x=1699870336; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=x1Eb4CFcG9LyCXZVja0bLT9/YYKGtme9c2NcHNtTLNM=; b=eKKInpNXxLwSyptDiXeoA/d8lG8Azlbe5DrFpoZ9K6zxOfqW3UHYicAdaOxyJ/0aHF 447coNvlRk9WIm2fPdAHOj+cud5ta55uV01yrVbdk/t/KErJd21xBtyU2OPyY10ozEDl 4kXorvhYiWtwqBda6rZ6n10DL8yiMeS/YJxrwAPkfemJTlhzVOszLylV37fZgXjjj+uf jTxj9B1kNiRxe/ds7k86yBluq653cinkSSFOcGlbufZ30GMu48XJzoNgBrfNR8Ex/oLx 4qQMBGl7hwbMCGlV/mw7SiD5UF4KOzcNDdG77mLPQbnn2FGlgs+BSXp6E9pNw/JOc3gx aodQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699265536; x=1699870336; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=x1Eb4CFcG9LyCXZVja0bLT9/YYKGtme9c2NcHNtTLNM=; b=uMbIy6qy4hBtpYf/AhjjH42WqsYk12zPMbAxcPR6qqdYG1HfuklvEqQbIZo6P+da/O +jotlmPAjlV2Wr3IKnrb0g5lFxfE8PEBCXKRyK0qUla7R1GOWCWubEJa5heULgm87DB1 +Rf1xrGJTVO/1ujWr1o2Yal28n5thxkMFEyxdT6lUDN0viINU1yHiIFcB8xIRAuJa5oo 4YnDNGb/IeW2I5Teu5eRVoGv0Y261BuESxZ/HzS/moKUD+/G7LQKZFu0HRE/gIv32w+P NQlW0Oiq1ELdGtQlq487V0iQAy3Id7MUrN+jTH+LrqTT5AZPUWAx0rJ8bV6XABWcTNYy F4Rw== X-Gm-Message-State: AOJu0Yx5TtPkZLbFE5teZ1n4BFtau7ZtFAmGW3ebmMXbp842sXl1qOuX qSIafP2WrViAHmeawVBqohY= X-Google-Smtp-Source: AGHT+IGQNoiUnCfGjwXdUlWxqAYwmat1U+sqsjF+Nc2gZDze+QwGS+PwdOrP16gUFZmz3dxfk1wK4w== X-Received: by 2002:a17:90a:357:b0:27c:f9e7:30fd with SMTP id 23-20020a17090a035700b0027cf9e730fdmr21616849pjf.7.1699265536275; Mon, 06 Nov 2023 02:12:16 -0800 (PST) Received: from debian.me ([103.131.18.64]) by smtp.gmail.com with ESMTPSA id 15-20020a17090a190f00b002802d9d4e96sm5759055pjg.54.2023.11.06.02.12.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Nov 2023 02:12:15 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id 5F6A0804FE06; Mon, 6 Nov 2023 17:12:09 +0700 (WIB) From: Bagas Sanjaya To: Linux Kernel Mailing List , Linux Documentation Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Jonathan Corbet , Ross Philipson , Daniel Kiper , Konrad Rzeszutek Wilk , Ard Biesheuvel , Bagas Sanjaya Subject: [PATCH 0/2] Documentation: x86: Note fixes for boot protocol doc Date: Mon, 6 Nov 2023 17:12:03 +0700 Message-ID: <20231106101206.76487-1-bagasdotme@gmail.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=772; i=bagasdotme@gmail.com; h=from:subject; bh=rnVwujkPbkHdRjBXslxesHNo1pmoL6QtY0YCVjOyzbQ=; b=owGbwMvMwCX2bWenZ2ig32LG02pJDKkeu1sfLTi+fIFS6M9Vy56dKO3+ErZe47DJ5b0K6n37V 97f0GMf0FHKwiDGxSArpsgyKZGv6fQuI5EL7WsdYeawMoEMYeDiFICJ9Acy/OG+85lfa9bTiI2L HG6vYOrelsPYyHhv/sJFLpu7Wa+z/yhn+J8wvz/wK9fbGe92f03cvJLLpSnnu+Jt9+oUM0GBe// LI9gA X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When I was reviewing generated html output of my web font series [1] by viewing boot protocol doc (Documentation/output/arch/x86/boot.html), I noticed that notes there wasn't right: the first note extended to the end of doc; and the last one wasn't marked up as note either. Let's fix them up. [1]: https://lore.kernel.org/lkml/20231102120053.30630-1-bagasdotme@gmail.com/ Bagas Sanjaya (2): Documentation: x86: Indent note directive for protocol version number note Documentation: x86: Wrap EFI handover deprecation in note block Documentation/arch/x86/boot.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) base-commit: 77fa2fbe87fc605c4bfa87dff87be9bfded0e9a3 -- An old man doll... just what I always wanted! - Clara