Minor style issue is fixed. Fixes: 6c8e50c2e549 ("mbuf: create pool with external memory buffers")
Signed-off-by: Viacheslav Ovsiienko <viachesl...@mellanox.com> --- lib/librte_mbuf/rte_mbuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_mbuf/rte_mbuf.c b/lib/librte_mbuf/rte_mbuf.c index 25eea1d..e5e6739 100644 --- a/lib/librte_mbuf/rte_mbuf.c +++ b/lib/librte_mbuf/rte_mbuf.c @@ -118,7 +118,8 @@ * indirect buffer) mbufs on detaching from the mbuf with pinned external * buffer. */ -static void rte_pktmbuf_free_pinned_extmem(void *addr, void *opaque) +static void +rte_pktmbuf_free_pinned_extmem(void *addr, void *opaque) { struct rte_mbuf *m = opaque; -- 1.8.3.1