Skip to content

Commit

Permalink
dma-debug: Fix a typo in a debugging eye-catcher
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
  • Loading branch information
Chuck Lever authored and Christoph Hellwig committed Oct 23, 2023
1 parent 1132a1d commit 36d91e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/dma/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit 36d91e8

Please sign in to comment.