From be985020ab4e71547ce3ad5590caf9a61968bedf Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 28 Mar 2017 23:19:36 +0200 Subject: [PATCH] ip: link: bond: Fix whitespace in help text Signed-off-by: Phil Sutter --- ip/iplink_bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iplink_bond.c b/ip/iplink_bond.c index fe83479a..772b05fd 100644 --- a/ip/iplink_bond.c +++ b/ip/iplink_bond.c @@ -133,7 +133,7 @@ static void print_explain(FILE *f) " [ min_links MIN_LINKS ]\n" " [ lp_interval LP_INTERVAL ]\n" " [ packets_per_slave PACKETS_PER_SLAVE ]\n" - " [ tlb_dynamic_lb TLB_DYNAMIC_LB ]\n" + " [ tlb_dynamic_lb TLB_DYNAMIC_LB ]\n" " [ lacp_rate LACP_RATE ]\n" " [ ad_select AD_SELECT ]\n" " [ ad_user_port_key PORTKEY ]\n"