diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:39:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:39:21 +0000 |
commit | eb72363ad1a71c7c1fc185faa9a1372e257aa0e6 (patch) | |
tree | 4287c2caa72a2637526f3f6d4e8831cc0b546c80 | |
parent | a232614599face9788bb78b9f15995dc01f7568b (diff) |
KNF
-rw-r--r-- | sys/dev/pci/if_txp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 06f25671780..2997f0abe8b 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.41 2001/06/12 15:40:31 niklas Exp $ */ +/* $OpenBSD: if_txp.c,v 1.42 2001/06/22 14:39:20 deraadt Exp $ */ /* * Copyright (c) 2001 @@ -1060,7 +1060,7 @@ txp_dma_malloc(sc, size, dma, mapflags) struct txp_dma_alloc *dma; int mapflags; { - int r; + int r; if ((r = bus_dmamem_alloc(sc->sc_dmat, size, PAGE_SIZE, 0, &dma->dma_seg, 1, &dma->dma_nseg, 0)) != 0) |