Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/broadcom Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/29ad1dcf77ec
branches: trunk
changeset: 997297:29ad1dcf77ec
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Mar 03 16:29:00 2019 +0000
description:
Trailing whitespace
diffstat:
sys/arch/arm/broadcom/bcm2835_gpio.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 7f1cd8ef42a0 -r 29ad1dcf77ec sys/arch/arm/broadcom/bcm2835_gpio.c
--- a/sys/arch/arm/broadcom/bcm2835_gpio.c Sun Mar 03 14:05:41 2019 +0000
+++ b/sys/arch/arm/broadcom/bcm2835_gpio.c Sun Mar 03 16:29:00 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcm2835_gpio.c,v 1.10 2019/02/07 21:16:35 mlelstv Exp $ */
+/* $NetBSD: bcm2835_gpio.c,v 1.11 2019/03/03 16:29:00 skrll Exp $ */
/*-
* Copyright (c) 2013, 2014, 2017 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm2835_gpio.c,v 1.10 2019/02/07 21:16:35 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm2835_gpio.c,v 1.11 2019/03/03 16:29:00 skrll Exp $");
/*
* Driver for BCM2835 GPIO
@@ -414,7 +414,7 @@
if (!mpsafe)
KERNEL_UNLOCK_ONE(curlwp);
}
-
+
/*
* Now that all of the handlers have been called,
* we can clear the indicators for any level-triggered
@@ -450,7 +450,7 @@
/* Can't have HIGH and LOW together. */
if (has_level == (BCMGPIO_INTR_HIGH_LEVEL|BCMGPIO_INTR_LOW_LEVEL))
return (NULL);
-
+
/* Can't have EDGE and LEVEL together. */
if (has_edge && has_level)
return (NULL);
Home |
Main Index |
Thread Index |
Old Index