From 877d7c65ba9b74233df6c9197fc39c770e809d02 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 16 Mar 2008 10:58:09 +0000 Subject: In keeping with style(9)'s recommendations on macros, use a ';' after each SYSINIT() macro invocation. This makes a number of lightweight C parsers much happier with the FreeBSD kernel source, including cflow's prcc and lxr. MFC after: 1 month Discussed with: imp, rink --- sys/kern/tty_cons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/tty_cons.c') diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 3405aa7..624ae85 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -731,4 +731,4 @@ cn_drvinit(void *unused) use_cnputs_mtx = 1; } -SYSINIT(cndev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, cn_drvinit, NULL) +SYSINIT(cndev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, cn_drvinit, NULL); -- cgit v1.1