aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-06-08 15:52:19 +0800
committerChristoph Hellwig <hch@lst.de>2021-06-22 08:15:46 +0200
commitbab1622350699dc209db4f50d9ab99e6f6465334 (patch)
tree9c8366b6074d248ac1711318c14167350eb7e146 /kernel/dma
parentdma-mapping: add unlikely hint to error path in dma_mapping_error (diff)
downloadlinux-dev-bab1622350699dc209db4f50d9ab99e6f6465334.tar.xz
linux-dev-bab1622350699dc209db4f50d9ab99e6f6465334.zip
dma-mapping: remove a trailing space
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'kernel/dma')
-rw-r--r--kernel/dma/coherent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/dma/coherent.c b/kernel/dma/coherent.c
index 5b5b6c7ec7f2..794e76b03b34 100644
--- a/kernel/dma/coherent.c
+++ b/kernel/dma/coherent.c
@@ -111,7 +111,7 @@ static int dma_assign_coherent_memory(struct device *dev,
* Declare a region of memory to be handed out by dma_alloc_coherent() when it
* is asked for coherent memory for this device. This shall only be used
* from platform code, usually based on the device tree description.
- *
+ *
* phys_addr is the CPU physical address to which the memory is currently
* assigned (this will be ioremapped so the CPU can access the region).
*