Skip to content

Commit 87db50e

Browse files
hcschmkroening
andauthored
Drop todo note on num_pages
Co-authored-by: Martin Kröning <[email protected]>
1 parent 0ab015d commit 87db50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/balloon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use crate::le32;
1919
#[derive(VolatileFieldAccess)]
2020
#[repr(C)]
2121
pub struct Config {
22-
#[access(ReadOnly)] // TODO: Not actually specified by the spec?
22+
#[access(ReadOnly)]
2323
num_pages: le32,
2424

2525
#[access(ReadWrite)]

0 commit comments

Comments
 (0)