git: 895ad33784e0 - main - x86 budma_bounce: style.
Konstantin Belousov
kib at FreeBSD.org
Wed Jan 13 15:02:12 UTC 2021
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=895ad33784e00fc9d601fd51f0571e0e02d9d146
commit 895ad33784e00fc9d601fd51f0571e0e02d9d146
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-01-11 23:42:04 +0000
Commit: Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-01-13 15:00:46 +0000
x86 budma_bounce: style.
Reviewed by: dim, jah
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D28108
---
sys/x86/x86/busdma_bounce.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/x86/x86/busdma_bounce.c b/sys/x86/x86/busdma_bounce.c
index 037416be0e8a..65fbbb7ec1a4 100644
--- a/sys/x86/x86/busdma_bounce.c
+++ b/sys/x86/x86/busdma_bounce.c
@@ -400,7 +400,7 @@ bounce_bus_dmamap_destroy(bus_dma_tag_t dmat, bus_dmamap_t map)
* A dmamap to for use with dmamap_load is also allocated.
*/
static int
-bounce_bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
+bounce_bus_dmamem_alloc(bus_dma_tag_t dmat, void **vaddr, int flags,
bus_dmamap_t *mapp)
{
vm_memattr_t attr;
More information about the dev-commits-src-all
mailing list