git: e88bf6998796 - stable/12 - x86 budma_bounce: style.

Konstantin Belousov kib at FreeBSD.org
Sat Jan 16 06:41:48 UTC 2021


The branch stable/12 has been updated by kib:

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

commit e88bf6998796b7e286cc4c2590e09a4292b9c5c9
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-16 06:40:54 +0000

    x86 budma_bounce: style.
    
    (cherry picked from commit 895ad33784e00fc9d601fd51f0571e0e02d9d146)
---
 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 a66881e79b58..43cf37230d72 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-branches mailing list