mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
dma-debug: Fix a typo in a debugging eye-catcher
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
1132a1dc05
commit
36d91e8515
@ -139,7 +139,7 @@ static const char *const maperr2str[] = {
|
||||
|
||||
static const char *type2name[] = {
|
||||
[dma_debug_single] = "single",
|
||||
[dma_debug_sg] = "scather-gather",
|
||||
[dma_debug_sg] = "scatter-gather",
|
||||
[dma_debug_coherent] = "coherent",
|
||||
[dma_debug_resource] = "resource",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user