summaryrefslogtreecommitdiff
path: root/sys/dev/video/fbdev.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-26 18:54:31 +0000
committerIan Moffett <ian@osmora.org>2025-08-26 18:55:31 +0000
commite8414b96ba94dbc761ee97d7a67b7a28cfc3a8af (patch)
tree31264552547d8974a6f3a646efba4e0e29f46012 /sys/dev/video/fbdev.c
parent996114589d036918f77036ece745249b35687da0 (diff)
kernel: style: Clean up and remove extra newlinesexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/video/fbdev.c')
-rw-r--r--sys/dev/video/fbdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/video/fbdev.c b/sys/dev/video/fbdev.c
index 6b1c6c8..f58a813 100644
--- a/sys/dev/video/fbdev.c
+++ b/sys/dev/video/fbdev.c
@@ -114,7 +114,6 @@ fbdev_init(void)
dev_register(major, dev, &fb_cdevsw);
devfs_create_entry(devname, major, dev, 0444);
-
/* Register control files */
ctl.mode = 0444;
ctlfs_create_node(devname, &ctl);