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:
parent
5b6eaea8ea
commit
545fa736b9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user