Skip to content

Commit 44d0c39

Browse files
roypatdianpopa
authored andcommitted
updated outdated comment
Signed-off-by: Patrick Roy <[email protected]>
1 parent 744cc97 commit 44d0c39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arch/src/aarch64/regs.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ arm64_sys_reg!(MIDR_EL1, 3, 0, 0, 0, 0);
178178
///
179179
/// # Arguments
180180
///
181-
/// * `state` - Array slice of kvm_one_reg structures, representing the registers of a VCPU state.
181+
/// * `state` - Array slice of [`Aarch64Register`] structures, representing the registers of a VCPU
182+
/// state.
182183
pub fn get_manufacturer_id_from_state(state: &[Aarch64Register]) -> Result<u32> {
183184
let midr_el1 = state.iter().find(|reg| reg.id == MIDR_EL1);
184185
match midr_el1 {

0 commit comments

Comments
 (0)