aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx/mpc85xx_gpio.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:20:08 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:20:08 +0000
commitb64b31338f702c25d4542248b1a2ee2420d4dae8 (patch)
tree7ee1de163745cff412128d2cadc137126d820606 /sys/powerpc/mpc85xx/mpc85xx_gpio.c
parented83a56181ae1994e038e75b086e4a193e8419e5 (diff)
downloadsrc-b64b31338f702c25d4542248b1a2ee2420d4dae8.tar.gz
src-b64b31338f702c25d4542248b1a2ee2420d4dae8.zip
powerpc: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365073
Diffstat (limited to 'sys/powerpc/mpc85xx/mpc85xx_gpio.c')
-rw-r--r--sys/powerpc/mpc85xx/mpc85xx_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/mpc85xx_gpio.c b/sys/powerpc/mpc85xx/mpc85xx_gpio.c
index 062694d77674..729a00b8e45d 100644
--- a/sys/powerpc/mpc85xx/mpc85xx_gpio.c
+++ b/sys/powerpc/mpc85xx/mpc85xx_gpio.c
@@ -170,7 +170,7 @@ mpc85xx_gpio_pin_toggle(device_t dev, uint32_t pin)
val = bus_read_4(sc->out_res, 0);
val ^= (1 << (31 - pin));
bus_write_4(sc->out_res, 0, val);
-
+
GPIO_UNLOCK(sc);
return (0);