aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung/exynos/chrome_kb.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:17:24 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:17:24 +0000
commit654548838bebbda54247e122f932b01c3d5c51b3 (patch)
tree6cd157488289d99da8fca93f57b2d58efd58d5da /sys/arm/samsung/exynos/chrome_kb.c
parent543769bf83775641c1a7f3d3d86744c7e1f5af4e (diff)
arm: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365068
Diffstat (limited to 'sys/arm/samsung/exynos/chrome_kb.c')
-rw-r--r--sys/arm/samsung/exynos/chrome_kb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/samsung/exynos/chrome_kb.c b/sys/arm/samsung/exynos/chrome_kb.c
index 0744bedd77c7..972ff81483d6 100644
--- a/sys/arm/samsung/exynos/chrome_kb.c
+++ b/sys/arm/samsung/exynos/chrome_kb.c
@@ -237,7 +237,6 @@ ckb_set_state(keyboard_t *kbd, void *buf, size_t len)
return (EINVAL);
}
-
/* check if data is waiting */
static int
ckb_check(keyboard_t *kbd)
@@ -429,7 +428,6 @@ ckb_read_char(keyboard_t *kbd, int wait)
return (keycode);
}
-
/* some useful control functions */
static int
ckb_ioctl_locked(keyboard_t *kbd, u_long cmd, caddr_t arg)
@@ -575,7 +573,6 @@ ckb_ioctl(keyboard_t *kbd, u_long cmd, caddr_t arg)
}
}
-
/*
* Enable the access to the device; until this function is called,
* the client cannot read from the keyboard.