summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
committerphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
commite5de271d472634538e30a52ae173ebe1213162fd (patch)
treea8ec5eb96610f0059453eefc245a1c07a6bb853f /sys/pc98/cbus/pcrtc.c
parent1624e20f39888e846831b8a8457c919d0cfa54c9 (diff)
downloadFreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.zip
FreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.tar.gz
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
Pointed out by: bde
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 1dcde71..b0e63bb 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -1486,7 +1486,7 @@ setstatclockrate(int newhz)
}
static int
-sysctl_machdep_i8254_freq (SYSCTL_HANDLER_ARGS)
+sysctl_machdep_i8254_freq(SYSCTL_HANDLER_ARGS)
{
int error;
u_int freq;
@@ -1511,7 +1511,7 @@ SYSCTL_PROC(_machdep, OID_AUTO, i8254_freq, CTLTYPE_INT | CTLFLAG_RW,
0, sizeof(u_int), sysctl_machdep_i8254_freq, "I", "");
static int
-sysctl_machdep_tsc_freq (SYSCTL_HANDLER_ARGS)
+sysctl_machdep_tsc_freq(SYSCTL_HANDLER_ARGS)
{
int error;
u_int freq;
OpenPOWER on IntegriCloud