From: Chuck Lever Date: Thu, 19 Oct 2023 15:25:38 +0000 (-0400) Subject: dma-debug: Fix a typo in a debugging eye-catcher X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36d91e851598a9ea523ad4681dd11fa661d59695;p=linux.git dma-debug: Fix a typo in a debugging eye-catcher Signed-off-by: Chuck Lever Signed-off-by: Christoph Hellwig --- diff --git a/kernel/dma/debug.c b/kernel/dma/debug.c index 06366acd27b08..3de494375b7b3 100644 --- a/kernel/dma/debug.c +++ b/kernel/dma/debug.c @@ -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", };