Skip to content

Commit 36d91e8

Browse files
chuckleverChristoph Hellwig
authored andcommitted
dma-debug: Fix a typo in a debugging eye-catcher
Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 1132a1d commit 36d91e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/dma/debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static const char *const maperr2str[] = {
139139

140140
static const char *type2name[] = {
141141
[dma_debug_single] = "single",
142-
[dma_debug_sg] = "scather-gather",
142+
[dma_debug_sg] = "scatter-gather",
143143
[dma_debug_coherent] = "coherent",
144144
[dma_debug_resource] = "resource",
145145
};

0 commit comments

Comments
 (0)