From f75cc493d99202f2c0a329df1c71633323d1a859 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Wed, 4 Jul 2018 07:45:37 +0200 Subject: [PATCH] ioat: fix typo on IOAT_DEFAULT_ORDER comment Change-Id: I9fa3fe1f8252746fbad9462e0bc18c191081d357 Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/417808 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris --- lib/ioat/ioat_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ioat/ioat_internal.h b/lib/ioat/ioat_internal.h index c07a2cdd251..19593bb007c 100644 --- a/lib/ioat/ioat_internal.h +++ b/lib/ioat/ioat_internal.h @@ -41,7 +41,7 @@ #include "spdk/queue.h" #include "spdk/mmio.h" -/* Allocate 2 << 15 (32K) descriptors per channel by default. */ +/* Allocate 1 << 15 (32K) descriptors per channel by default. */ #define IOAT_DEFAULT_ORDER 15 struct ioat_descriptor {