Skip to content

Commit

Permalink
ioat: fix typo on IOAT_DEFAULT_ORDER comment
Browse files Browse the repository at this point in the history
Change-Id: I9fa3fe1f8252746fbad9462e0bc18c191081d357
Signed-off-by: Dariusz Stojaczyk <[email protected]>
Reviewed-on: https://review.gerrithub.io/417808
Tested-by: SPDK Automated Test System <[email protected]>
Reviewed-by: Changpeng Liu <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
  • Loading branch information
darsto authored and jimharris committed Jul 5, 2018
1 parent 104fa6e commit f75cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ioat/ioat_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f75cc49

Please sign in to comment.