]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: dma: clarify wording and be consistent in `coherent` nomenclature
authorAbdiel Janulgue <abdiel.janulgue@gmail.com>
Mon, 2 Jun 2025 08:53:11 +0000 (11:53 +0300)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 23 Jun 2025 13:25:18 +0000 (15:25 +0200)
commit9863f7743339ae53a0cf80e5f229cf6d2a42a6e6
treeb2699cd5736e9e56674d071f99126c54acb32416
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
rust: dma: clarify wording and be consistent in `coherent` nomenclature

In the kernel, `consistent` and `coherent` are used interchangeably for the
region described in this api. Stick with `coherent` nomenclature
to show that dma_alloc_coherent() is being used, in addition to improving
the clarity in the DMA mapping attributes documentation.

Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Link: https://lore.kernel.org/r/20250602085444.1925053-2-abdiel.janulgue@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/dma.rs