Skip to content

Commit

Permalink
greq/msg: fix stray comment
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos López <carlos.lopez@suse.com>
  • Loading branch information
00xc committed Nov 23, 2023
1 parent 58740d0 commit cc82968
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/greq/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ use crate::{
types::{PageSize, PAGE_SIZE},
};

// Message Header Format (AMD SEV-SNP spec. table 98)

/// Version of the message header
const HDR_VERSION: u8 = 1;
/// Version of the message payload
Expand Down Expand Up @@ -78,7 +76,7 @@ const MSG_PAYLOAD_SIZE: usize = PAGE_SIZE - MSG_HDR_SIZE;
/// SEV-SNP certificates
pub const SNP_GUEST_REQ_MAX_DATA_SIZE: usize = 4 * PAGE_SIZE;

/// `SNP_GUEST_REQUEST` message header format
/// `SNP_GUEST_REQUEST` message header format (AMD SEV-SNP spec. table 98)
#[repr(C, packed)]
#[derive(Clone, Copy, Debug)]
pub struct SnpGuestRequestMsgHdr {
Expand Down

0 comments on commit cc82968

Please sign in to comment.