[PATCH 2/2] include/psp-sev.h: fix structure member in comment

From: Tycho Andersen

Date: Mon Mar 02 2026 - 10:07:38 EST


From: "Tycho Andersen (AMD)" <tycho@xxxxxxxxxx>

The member is 'data', not 'opaque'.

Signed-off-by: Tycho Andersen (AMD) <tycho@xxxxxxxxxx>
---
include/uapi/linux/psp-sev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/psp-sev.h b/include/uapi/linux/psp-sev.h
index 2b5b042eb73b..52dae70b058b 100644
--- a/include/uapi/linux/psp-sev.h
+++ b/include/uapi/linux/psp-sev.h
@@ -277,7 +277,7 @@ struct sev_user_data_snp_wrapped_vlek_hashstick {
* struct sev_issue_cmd - SEV ioctl parameters
*
* @cmd: SEV commands to execute
- * @opaque: pointer to the command structure
+ * @data: pointer to the command structure
* @error: SEV FW return code on failure
*/
struct sev_issue_cmd {
--
2.53.0