aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/devices/bus.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:32:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:33:13 +0200
commit1e24d2b3cd4315fff4177c593bcfeef5b354f612 (patch)
treed0b6900340d62e85d4b06b3887f18285a6bd4cf1 /kernel/kapi/devices/bus.cpp
parent96065f10752e4fbcf2e36e277be08eb9e9857011 (diff)
downloadkernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.tar.xz
kernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.zip
chore: apply stylistic cleanups
Diffstat (limited to 'kernel/kapi/devices/bus.cpp')
-rw-r--r--kernel/kapi/devices/bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kapi/devices/bus.cpp b/kernel/kapi/devices/bus.cpp
index e4b5a2c5..300151d5 100644
--- a/kernel/kapi/devices/bus.cpp
+++ b/kernel/kapi/devices/bus.cpp
@@ -34,7 +34,7 @@ namespace kapi::devices
}
}
- auto bus::add_child(kstd::shared_ptr<device> child) -> void
+ auto bus::add_child(kstd::shared_ptr<device> const & child) -> void
{
{
auto guard = kstd::lock_guard{m_lock};