Module Name: src Committed By: skrll Date: Thu Aug 15 07:06:35 UTC 2024
Modified Files: src/sys/arch/riscv/riscv: autoconf.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/riscv/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/riscv/riscv/autoconf.c diff -u src/sys/arch/riscv/riscv/autoconf.c:1.6 src/sys/arch/riscv/riscv/autoconf.c:1.7 --- src/sys/arch/riscv/riscv/autoconf.c:1.6 Fri Jan 19 09:09:39 2024 +++ src/sys/arch/riscv/riscv/autoconf.c Thu Aug 15 07:06:35 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.6 2024/01/19 09:09:39 skrll Exp $ */ +/* $NetBSD: autoconf.c,v 1.7 2024/08/15 07:06:35 skrll Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include <sys/cdefs.h> -__RCSID("$NetBSD: autoconf.c,v 1.6 2024/01/19 09:09:39 skrll Exp $"); +__RCSID("$NetBSD: autoconf.c,v 1.7 2024/08/15 07:06:35 skrll Exp $"); #include <sys/param.h> @@ -49,7 +49,7 @@ __RCSID("$NetBSD: autoconf.c,v 1.6 2024/ void cpu_configure(void) { - (void) splhigh(); + (void)splhigh(); config_rootfound("mainbus", NULL);