* [PATCH] kselftest: dma - fix typo "mininum" -> "minimum" in comment
@ 2025-05-17 18:39 Sukrut Heroorkar
0 siblings, 0 replies; only message in thread
From: Sukrut Heroorkar @ 2025-05-17 18:39 UTC (permalink / raw)
To: chenxiang66, zhujun2, iommu, linux-kselftest, linux-kernel, skhan
Cc: Sukrut Heroorkar
Fixes a small typo in a comment; helping to improve clarity in code comment.
Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
---
tools/testing/selftests/dma/dma_map_benchmark.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/dma/dma_map_benchmark.c b/tools/testing/selftests/dma/dma_map_benchmark.c
index b12f1f9babf8..ed5522061dd6 100644
--- a/tools/testing/selftests/dma/dma_map_benchmark.c
+++ b/tools/testing/selftests/dma/dma_map_benchmark.c
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
exit(1);
}
- /* suppose the mininum DMA zone is 1MB in the world */
+ /* suppose the minimum DMA zone is 1MB in the world */
if (bits < 20 || bits > 64) {
fprintf(stderr, "invalid dma mask bit, must be in 20-64\n");
exit(1);
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-17 18:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 18:39 [PATCH] kselftest: dma - fix typo "mininum" -> "minimum" in comment Sukrut Heroorkar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox