mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 02:21:39 -04:00
dma-coherent: fix spacing coding style issue
Fixed spacing around * coding style issue Signed-off-by: Vova Sharaienko <sharaienko@google.com> [mszyprow: changed patch prefix] Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20260623000821.2269955-1-sharaienko@google.com
This commit is contained in:
committed by
Marek Szyprowski
parent
dc59e4fea9
commit
9db11c69fc
@@ -28,7 +28,7 @@ static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *de
|
||||
}
|
||||
|
||||
static inline dma_addr_t dma_get_device_base(struct device *dev,
|
||||
struct dma_coherent_mem * mem)
|
||||
struct dma_coherent_mem *mem)
|
||||
{
|
||||
if (mem->use_dev_dma_pfn_offset)
|
||||
return phys_to_dma(dev, PFN_PHYS(mem->pfn_base));
|
||||
|
||||
Reference in New Issue
Block a user