Date: Wed, 13 Jan 2021 15:02:12 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 895ad33784e0 - main - x86 budma_bounce: style. Message-ID: <202101131502.10DF2CIw025258@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=895ad33784e00fc9d601fd51f0571e0e02d9d146 commit 895ad33784e00fc9d601fd51f0571e0e02d9d146 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-01-11 23:42:04 +0000 Commit: Konstantin Belousov <kib@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101131502.10DF2CIw025258>