Commit 36d91e85 authored by Chuck Lever's avatar Chuck Lever Committed by Christoph Hellwig
Browse files

dma-debug: Fix a typo in a debugging eye-catcher

parent 1132a1dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
};