summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Mehltretter <kmehltretter@gmail.com>2026-09-05 11:29:42 +0200
committerJonathan Corbet <corbet@lwn.net>2026-09-15 13:28:10 -0600
commit5fa39b00e47c48c8a1519a096e8c1bd57dc9816a (patch)
tree29e6ff1e851a2e3bd3983b800b198831d6836767
parentee288798d3cf15a0a5eb13404658dfd83c93c332 (diff)
downloadlinux-next-5fa39b00e47c48c8a1519a096e8c1bd57dc9816a.tar.gz
linux-next-5fa39b00e47c48c8a1519a096e8c1bd57dc9816a.zip
Documentation: virt: Fix the struct snp_guest_request_ioctl name in sev-guest.rst
struct snp_user_guest_request does not exist; the name is struct snp_guest_request_ioctl. Use the real name. Fixes: fce96cf04430 ("virt: Add SEV-SNP guest driver") Assisted-by: LLM Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260905092942.41558-1-kmehltretter@gmail.com>
-rw-r--r--Documentation/virt/coco/sev-guest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/coco/sev-guest.rst b/Documentation/virt/coco/sev-guest.rst
index 93debceb6eb0..3371ebc29e8b 100644
--- a/Documentation/virt/coco/sev-guest.rst
+++ b/Documentation/virt/coco/sev-guest.rst
@@ -38,7 +38,7 @@ along with a description:
are not detailed, but errors with specific meanings are.
The guest ioctl should be issued on a file descriptor of the /dev/sev-guest
-device. The ioctl accepts struct snp_user_guest_request. The input and
+device. The ioctl accepts struct snp_guest_request_ioctl. The input and
output structure is specified through the req_data and resp_data field
respectively. If the ioctl fails to execute due to a firmware error, then
the fw_error code will be set, otherwise fw_error will be set to -1.