mbuf: fix pinned memory function style
authorViacheslav Ovsiienko <viacheslavo@mellanox.com>
Wed, 22 Jan 2020 08:50:35 +0000 (08:50 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Feb 2020 15:17:14 +0000 (16:17 +0100)
Minor style issue is fixed.

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

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/rte_mbuf.c

index 56a1a98..cd5794d 100644 (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;