LinuxKPI: linux_pci.c: fix whitespace

Properly indent a line.  No functional change.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2023-01-27 15:18:44 +00:00
parent f394d9c0a4
commit 68b1d16250

View File

@ -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);