Module Name:    src
Committed By:   skrll
Date:           Sun Jan 21 08:41:00 UTC 2024

Modified Files:
        src/sys/arch/riscv/fdt: intc_fdt.c

Log Message:
Remove an empty line


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/fdt/intc_fdt.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/fdt/intc_fdt.c
diff -u src/sys/arch/riscv/fdt/intc_fdt.c:1.4 src/sys/arch/riscv/fdt/intc_fdt.c:1.5
--- src/sys/arch/riscv/fdt/intc_fdt.c:1.4	Sun Jan 21 08:39:50 2024
+++ src/sys/arch/riscv/fdt/intc_fdt.c	Sun Jan 21 08:41:00 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: intc_fdt.c,v 1.4 2024/01/21 08:39:50 skrll Exp $	*/
+/*	$NetBSD: intc_fdt.c,v 1.5 2024/01/21 08:41:00 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intc_fdt.c,v 1.4 2024/01/21 08:39:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intc_fdt.c,v 1.5 2024/01/21 08:41:00 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -208,7 +208,6 @@ intc_fdt_disestablish(device_t dev, void
 #if 0
 	struct intc_fdt_softc * const sc = device_private(dev);
 #endif
-
 }
 
 static bool

Reply via email to