ioat: fix typo on IOAT_DEFAULT_ORDER comment

Change-Id: I9fa3fe1f8252746fbad9462e0bc18c191081d357
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/417808
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Dariusz Stojaczyk 2018-07-04 07:45:37 +02:00 committed by Jim Harris
parent 104fa6e722
commit f75cc493d9

View File

@ -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 {