Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/rockchip whitespace cleanup
details: https://anonhg.NetBSD.org/src/rev/3ebb5ecd31a1
branches: trunk
changeset: 379227:3ebb5ecd31a1
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri May 21 09:33:27 2021 +0000
description:
whitespace cleanup
diffstat:
sys/arch/arm/rockchip/rk_fb.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 98b9871cd60f -r 3ebb5ecd31a1 sys/arch/arm/rockchip/rk_fb.c
--- a/sys/arch/arm/rockchip/rk_fb.c Thu May 20 22:36:08 2021 +0000
+++ b/sys/arch/arm/rockchip/rk_fb.c Fri May 21 09:33:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rk_fb.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $ */
+/* $NetBSD: rk_fb.c,v 1.2 2021/05/21 09:33:27 jmcneill Exp $ */
/*-
* Copyright (c) 2015-2019 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
#include "opt_wsdisplay_compat.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rk_fb.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rk_fb.c,v 1.2 2021/05/21 09:33:27 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -61,7 +61,6 @@ static int rk_fb_ioctl(struct drmfb_soft
static const struct drmfb_params rkfb_drmfb_params = {
.dp_mmapfb = rk_fb_mmapfb,
.dp_ioctl = rk_fb_ioctl,
-
};
CFATTACH_DECL_NEW(rk_fb, sizeof(struct rk_fb_softc),
Home |
Main Index |
Thread Index |
Old Index