diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-06-08 10:52:19 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-06-22 09:15:46 +0300 |
commit | bab1622350699dc209db4f50d9ab99e6f6465334 (patch) | |
tree | 9c8366b6074d248ac1711318c14167350eb7e146 | |
parent | a7f3d3d3600c8ed119eb0d2483de0062ce2e3707 (diff) | |
download | linux-bab1622350699dc209db4f50d9ab99e6f6465334.tar.xz |
dma-mapping: remove a trailing space
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | kernel/dma/coherent.c | 2 |
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). * |