aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/ingenic/jz4780_pdma.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:21:19 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:21:19 +0000
commitf1ffd05af1ee295d0c630b8ce4919fac8f48636e (patch)
tree72d711bebb697bcdbe34210b47afbdbbca7c2a78 /sys/mips/ingenic/jz4780_pdma.c
parente91d4ae87825bb9cbbdcf3047b6fa8a01d9c6cb5 (diff)
downloadsrc-f1ffd05af1ee295d0c630b8ce4919fac8f48636e.tar.gz
src-f1ffd05af1ee295d0c630b8ce4919fac8f48636e.zip
mips: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365076
Diffstat (limited to 'sys/mips/ingenic/jz4780_pdma.c')
-rw-r--r--sys/mips/ingenic/jz4780_pdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/ingenic/jz4780_pdma.c b/sys/mips/ingenic/jz4780_pdma.c
index 5637db93a164..874dd0f5d6ac 100644
--- a/sys/mips/ingenic/jz4780_pdma.c
+++ b/sys/mips/ingenic/jz4780_pdma.c
@@ -451,7 +451,7 @@ pdma_channel_request(device_t dev, struct xdma_channel *xchan, struct xdma_reque
chan->flags = CHAN_DESCR_RELINK;
chan->cur_desc = 0;
chan->req = req;
-
+
for (i = 0; i < req->block_num; i++) {
desc = &chan->desc_ring[i];