include/psp-sev.h: fix structure member in comment
The member is 'data', not 'opaque'. Signed-off-by: Tycho Andersen (AMD) <tycho@kernel.org> Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>master
parent
35a89319f6
commit
3ac9498813
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue