projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1132a1d
)
dma-debug: Fix a typo in a debugging eye-catcher
author
Chuck Lever
<chuck.lever@oracle.com>
Thu, 19 Oct 2023 15:25:38 +0000
(11:25 -0400)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 23 Oct 2023 05:52:54 +0000
(07:52 +0200)
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c
patch
|
blob
|
history
diff --git
a/kernel/dma/debug.c
b/kernel/dma/debug.c
index 06366acd27b08224d7abeb04f0aa8e04bc771574..3de494375b7b3cbe172ce00464ef9982bf1fa748 100644
(file)
--- 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] = "scat
h
er-gather",
+ [dma_debug_sg] = "scat
t
er-gather",
[dma_debug_coherent] = "coherent",
[dma_debug_resource] = "resource",
};