]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf.c
mbuf: fix pinned memory function style
[dpdk.git] / lib / librte_mbuf / rte_mbuf.c
index 56a1a98a6c0cd22ca0b724907aa14185654d3782..cd5794d4a5e5df8e127ae5bbe8e3c0c52deba746 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;