Skip to content

Commit 1bfca8d

Browse files
mdrothbp3tk0v
authored andcommitted
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: f5db884 ("crypto: ccp: Add the SNP_PLATFORM_STATUS command") Closes: https://lore.kernel.org/linux-next/[email protected]/ Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Michael Roth <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent cb645fe commit 1bfca8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/virt/coco/sev-guest.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The host ioctls are issued to a file descriptor of the /dev/sev device.
7171
The ioctl accepts the command ID/input structure documented below.
7272

7373
::
74+
7475
struct sev_issue_cmd {
7576
/* Command ID */
7677
__u32 cmd;

0 commit comments

Comments
 (0)