* [PATCH] Documentation: virt: Fix up pre-formatted text block for SEV ioctls
@ 2024-02-02 16:05 Michael Roth
2024-02-02 16:32 ` [tip: x86/sev] " tip-bot2 for Michael Roth
0 siblings, 1 reply; 2+ messages in thread
From: Michael Roth @ 2024-02-02 16:05 UTC (permalink / raw)
To: x86; +Cc: linux-doc, linux-kernel, bp, sfr, thomas.lendacky, ashish.kalra
A missing newline after "::" resulted in the htmldocs build failing to
recognize the start of a pre-formatted block of text, resulting in
warnings being generated during the build. Fix this by adding in the
missing newline.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20240202145932.31c62fd6@canb.auug.org.au/
Fixes: f5db8841ebe5 ("crypto: ccp: Add the SNP_PLATFORM_STATUS command")
Signed-off-by: Michael Roth <michael.roth@amd.com>
---
Documentation/virt/coco/sev-guest.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/virt/coco/sev-guest.rst b/Documentation/virt/coco/sev-guest.rst
index 14c9de997b7d..e1eaf6a830ce 100644
--- a/Documentation/virt/coco/sev-guest.rst
+++ b/Documentation/virt/coco/sev-guest.rst
@@ -71,6 +71,7 @@ The host ioctls are issued to a file descriptor of the /dev/sev device.
The ioctl accepts the command ID/input structure documented below.
::
+
struct sev_issue_cmd {
/* Command ID */
__u32 cmd;
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread* [tip: x86/sev] Documentation: virt: Fix up pre-formatted text block for SEV ioctls
2024-02-02 16:05 [PATCH] Documentation: virt: Fix up pre-formatted text block for SEV ioctls Michael Roth
@ 2024-02-02 16:32 ` tip-bot2 for Michael Roth
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Michael Roth @ 2024-02-02 16:32 UTC (permalink / raw)
To: linux-tip-commits
Cc: Stephen Rothwell, Michael Roth, Borislav Petkov (AMD), x86, linux-kernel
The following commit has been merged into the x86/sev branch of tip:
Commit-ID: 1bfca8d2800ab5ef0dfed335a2a29d1632c99411
Gitweb: https://git.kernel.org/tip/1bfca8d2800ab5ef0dfed335a2a29d1632c99411
Author: Michael Roth <michael.roth@amd.com>
AuthorDate: Fri, 02 Feb 2024 10:05:44 -06:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Fri, 02 Feb 2024 17:21:22 +01:00
Documentation: virt: Fix up pre-formatted text block for SEV ioctls
A missing newline after "::" resulted in the htmldocs build failing to
recognize the start of a pre-formatted block of text, resulting in
kernel/linux/Documentation/virt/coco/sev-guest.rst:75: WARNING: Inline emphasis start-string without end-string.
kernel/linux/Documentation/virt/coco/sev-guest.rst:78: WARNING: Inline emphasis start-string without end-string.
kernel/linux/Documentation/virt/coco/sev-guest.rst:81: WARNING: Inline emphasis start-string without end-string.
kernel/linux/Documentation/virt/coco/sev-guest.rst:83: WARNING: Definition list ends without a blank line; unexpected unindent.
Fix it.
Fixes: f5db8841ebe5 ("crypto: ccp: Add the SNP_PLATFORM_STATUS command")
Closes: https://lore.kernel.org/linux-next/20240202145932.31c62fd6@canb.auug.org.au/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michael Roth <michael.roth@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240202160544.2297320-1-michael.roth@amd.com
---
Documentation/virt/coco/sev-guest.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/virt/coco/sev-guest.rst b/Documentation/virt/coco/sev-guest.rst
index 14c9de9..e1eaf6a 100644
--- a/Documentation/virt/coco/sev-guest.rst
+++ b/Documentation/virt/coco/sev-guest.rst
@@ -71,6 +71,7 @@ The host ioctls are issued to a file descriptor of the /dev/sev device.
The ioctl accepts the command ID/input structure documented below.
::
+
struct sev_issue_cmd {
/* Command ID */
__u32 cmd;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-02 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 16:05 [PATCH] Documentation: virt: Fix up pre-formatted text block for SEV ioctls Michael Roth
2024-02-02 16:32 ` [tip: x86/sev] " tip-bot2 for Michael Roth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®