summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 08:14:01 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 08:14:01 +0100
commitec995b2501d337eca9aedfeb5eebbc0a4bc930ba (patch)
tree742f3c2a4e290e91f0af2a820dc41b08e9400250
parent5516544f97026460ede96f894c806dd8925885ae (diff)
fix: sem: remove useless 'namespace Kernel' comment on function.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--dev/kernel/KernelKit/Semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/Semaphore.h b/dev/kernel/KernelKit/Semaphore.h
index a00273e8..f98110b0 100644
--- a/dev/kernel/KernelKit/Semaphore.h
+++ b/dev/kernel/KernelKit/Semaphore.h
@@ -99,5 +99,5 @@ inline BOOL rtl_sem_wait(Semaphore& sem, UInt64 owner, UInt64 timeout, BOOL* con
err_global_get() = kErrorNetworkTimeout;
return FALSE; // Failed to acquire semaphore
-} // namespace Kernel
+}
} // namespace Kernel \ No newline at end of file