The branch main has been updated by bz:

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

commit 68b1d162505149b8629f7e22cecf298cea2ff1f9
Author:     Bjoern A. Zeeb <b...@freebsd.org>
AuthorDate: 2023-01-27 15:18:44 +0000
Commit:     Bjoern A. Zeeb <b...@freebsd.org>
CommitDate: 2023-01-27 15:27:42 +0000

    LinuxKPI: linux_pci.c: fix whitespace
    
    Properly indent a line.  No functional change.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 sys/compat/linuxkpi/common/src/linux_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c 
b/sys/compat/linuxkpi/common/src/linux_pci.c
index aa29d0654cd1..0d5b3ce52ff5 100644
--- a/sys/compat/linuxkpi/common/src/linux_pci.c
+++ b/sys/compat/linuxkpi/common/src/linux_pci.c
@@ -1228,7 +1228,7 @@ linuxkpi_dmam_alloc_coherent(struct device *dev, size_t 
size, dma_addr_t *dma_ha
        struct lkpi_devres_dmam_coherent *dr;
 
        dr = lkpi_devres_alloc(lkpi_dmam_free_coherent,
-          sizeof(*dr), GFP_KERNEL | __GFP_ZERO);
+           sizeof(*dr), GFP_KERNEL | __GFP_ZERO);
 
        if (dr == NULL)
                return (NULL);

Reply via email to