git: 0da06968d3e8 - releng/13.2 - LinuxKPI: linux_pci.c: fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Feb 2023 19:34:21 UTC
The branch releng/13.2 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=0da06968d3e84c45b6b39b1baedec9a940ed85a6 commit 0da06968d3e84c45b6b39b1baedec9a940ed85a6 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-01-27 15:18:44 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-02-23 19:30:35 +0000 LinuxKPI: linux_pci.c: fix whitespace Properly indent a line. No functional change. Sponsored by: The FreeBSD Foundation Approved by: re (cperciva) (cherry picked from commit 68b1d162505149b8629f7e22cecf298cea2ff1f9) (cherry picked from commit 069f504a8c4f9873ca32637cf0df1b0390b69b6a) --- 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 54780adfda14..15c5030a33b9 100644 --- a/sys/compat/linuxkpi/common/src/linux_pci.c +++ b/sys/compat/linuxkpi/common/src/linux_pci.c @@ -1184,7 +1184,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);