Skip to content

Commit 2576201

Browse files
committed
Format code.
1 parent 8850115 commit 2576201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ff_dpdk_kni.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ ff_kni_alloc(uint16_t port_id, unsigned socket_id,
340340
struct rte_kni_ops ops;
341341
struct rte_eth_dev_info dev_info;
342342
const struct rte_pci_device *pci_dev;
343-
const struct rte_bus *bus = NULL;
343+
const struct rte_bus *bus = NULL;
344344

345345
kni_stat[port_id] = (struct kni_interface_stats*)rte_zmalloc(
346346
"kni:stat_lcore",

0 commit comments

Comments
 (0)