The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=895ad33784e00fc9d601fd51f0571e0e02d9d146

commit 895ad33784e00fc9d601fd51f0571e0e02d9d146
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2021-01-11 23:42:04 +0000
Commit:     Konstantin Belousov <k...@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;
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to