Documentation: virt: Fix up pre-formatted text block for SEV ioctls
authorMichael Roth <michael.roth@amd.com>
Fri, 2 Feb 2024 16:05:44 +0000 (10:05 -0600)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 2 Feb 2024 16:21:22 +0000 (17:21 +0100)
commit1bfca8d2800ab5ef0dfed335a2a29d1632c99411
tree25db52190463cf02e2008b4ab1a9ae8c3b5174ff
parentcb645fe478eaad32b6168059bb6b584295af863e
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