mbuf: fix pinned memory function style

Minor style issue is fixed.

Fixes: 6c8e50c2e5 ("mbuf: create pool with external memory buffers")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
Viacheslav Ovsiienko 2020-01-22 08:50:35 +00:00 committed by Thomas Monjalon
parent 5b6eaea8ea
commit 545fa736b9

View File

@ -118,7 +118,8 @@ rte_pktmbuf_init(struct rte_mempool *mp,
* 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;