examples: remove extra new line after link duplex
[dpdk.git] / examples / server_node_efd / server / init.c
index 00e2e40..378a74f 100644 (file)
@@ -272,7 +272,7 @@ check_all_ports_link_status(uint16_t port_num, uint32_t port_mask)
                                                info->id[portid],
                                                link.link_speed,
                                (link.link_duplex == ETH_LINK_FULL_DUPLEX) ?
-                                       ("full-duplex") : ("half-duplex\n"));
+                                       ("full-duplex") : ("half-duplex"));
                                else
                                        printf("Port %d Link Down\n",
                                                info->id[portid]);