diff options
author | Alex Dewar <alex.dewar90@gmail.com> | 2020-08-21 00:55:57 +0100 |
---|---|---|
committer | Julia Lawall <Julia.Lawall@lip6.fr> | 2020-08-21 22:35:40 +0200 |
commit | 7a2624e6de03050c9f15af21c216818d5508b5e9 (patch) | |
tree | 38ab3ae6ed6eb80ceef417659ca8ef4fa47c5592 /net | |
parent | 4b2bd20c350a66d4f8a7c2da48b115fd4e06d15e (diff) | |
download | linux-stable-7a2624e6de03050c9f15af21c216818d5508b5e9.tar.gz linux-stable-7a2624e6de03050c9f15af21c216818d5508b5e9.tar.bz2 linux-stable-7a2624e6de03050c9f15af21c216818d5508b5e9.zip |
coccinelle: add patch rule for dma_alloc_coherent
Commit dfd32cad146e ("dma-mapping: remove dma_zalloc_coherent()")
removed the definition of dma_zalloc_coherent() and also removed the
corresponding patch rule for replacing instances of dma_alloc_coherent +
memset in zalloc-simple.cocci (though left the report rule).
Add a new patch rule to remove unnecessary calls to memset after
allocating with dma_alloc_coherent. While we're at it, fix a couple of
typos.
Fixes: dfd32cad146e ("dma-mapping: remove dma_zalloc_coherent()")
Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions