git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6eaea
)
mbuf: fix pinned memory function style
author
Viacheslav Ovsiienko
<viacheslavo@mellanox.com>
Wed, 22 Jan 2020 08:50:35 +0000
(08:50 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/lib/librte_mbuf/rte_mbuf.c
b/lib/librte_mbuf/rte_mbuf.c
index
56a1a98
..
cd5794d
100644
(file)
--- a/
lib/librte_mbuf/rte_mbuf.c
+++ b/
lib/librte_mbuf/rte_mbuf.c
@@
-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;