summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-30 00:48:03 -0400
committerIan Moffett <ian@osmora.org>2025-05-30 00:48:03 -0400
commit34b47c7c91f70da0b2b56953b52daa01991be70b (patch)
tree6f759fc45acdcc792db466530c881d2ef098c1c4 /sys
parent36d829cb9b6bbb29c28aaa1454593c74d0a5bc59 (diff)
kernel: drivers: Add missing whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/sys/driver.h b/sys/include/sys/driver.h
index 6e4a267..8ab9521 100644
--- a/sys/include/sys/driver.h
+++ b/sys/include/sys/driver.h
@@ -110,7 +110,7 @@ extern char __driversd_init_end[];
}
#define DRIVERS_SCHED() \
- spawn(&g_proc0,__driver_init_td, NULL, 0, NULL)
+ spawn(&g_proc0, __driver_init_td, NULL, 0, NULL)
void __driver_init_td(void);