HomeFreeBSD

acpi: Fix a repeated vm_offset_t that should be a vm_size_t

Description

acpi: Fix a repeated vm_offset_t that should be a vm_size_t

The underlying types for both are the same so arguably this doesn't
really matter, but using the wrong type is still confusing and
technically incorrect.

Details

Provenance
jrtc27Authored on Jul 19 2021, 4:19 PM
Parents
rG857ad3e4fff0: arm64: std.allwinner: Add aw_syscon
Branches
Unknown
Tags
Unknown