summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/DeviceManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/DeviceManager.hpp')
-rw-r--r--Private/KernelKit/DeviceManager.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/KernelKit/DeviceManager.hpp b/Private/KernelKit/DeviceManager.hpp
index 9f014c1a..4c9c7970 100644
--- a/Private/KernelKit/DeviceManager.hpp
+++ b/Private/KernelKit/DeviceManager.hpp
@@ -62,7 +62,6 @@ class DeviceInterface {
};
///
-///
/// @brief Input Output Buffer
/// Used mainly to communicate between hardware.
///
@@ -94,7 +93,7 @@ class IOBuf final {
T m_Data;
};
-///! @brief Device types enum.
+///! @brief Device enum types.
enum {
kDeviceTypeIDE,
kDeviceTypeEthernet,