mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-04 04:37:39 -04:00
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>
This commit is contained in:
committed by
Herbert Xu
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 {
|
||||
|
||||
Reference in New Issue
Block a user