2016-12-05 11:40, Wei Zhao:
> There is a redundant repetition word "for" in commnet line of the
> file rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE.
> The word "for"appear twice in line 359 and 360. One of them is
> redundant, so delete it.
>
> Fixes: 449c49b93a6b ("mempool: support handler operations")
>
> Signed-off-by: Wei Zhao <[email protected]>
> Acked-by: John McNamara <[email protected]>
> Acked-by: Olivier Matz <[email protected]>
Applied (with small typos fixed in message), thanks