summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/ACPI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/ACPI')
-rw-r--r--dev/modules/ACPI/ACPIFactoryInterface.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/modules/ACPI/ACPIFactoryInterface.hxx b/dev/modules/ACPI/ACPIFactoryInterface.hxx
index 3d16d5a1..57db9551 100644
--- a/dev/modules/ACPI/ACPIFactoryInterface.hxx
+++ b/dev/modules/ACPI/ACPIFactoryInterface.hxx
@@ -22,7 +22,7 @@ namespace Kernel
class ACPIFactoryInterface final
{
public:
- explicit ACPIFactoryInterface(voidPtr rsdPtr);
+ explicit ACPIFactoryInterface(voidPtr rsp_ptr);
~ACPIFactoryInterface() = default;
ACPIFactoryInterface& operator=(const ACPIFactoryInterface&) = default;