[dpdk-dev] [PATCH 1/8] examples/l2fwd: remove quoted white space before newline

Anoob Joseph anoob.joseph at caviumnetworks.com
Mon Oct 8 12:41:18 CEST 2018


Remove quoted white space before newline.

Signed-off-by: Anoob Joseph <anoob.joseph at caviumnetworks.com>
---
 examples/l2fwd/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c
index 6c23215..829f981 100644
--- a/examples/l2fwd/main.c
+++ b/examples/l2fwd/main.c
@@ -700,7 +700,7 @@ main(int argc, char **argv)
 			rte_exit(EXIT_FAILURE, "rte_eth_dev_start:err=%d, port=%u\n",
 				  ret, portid);
 
-		printf("done: \n");
+		printf("done:\n");
 
 		rte_eth_promiscuous_enable(portid);
 
-- 
2.7.4



More information about the dev mailing list