[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1363234498-14545-1-git-send-email-roopa@cumulusnetworks.com>
Date: Wed, 13 Mar 2013 21:14:58 -0700
From: roopa@...ulusnetworks.com
To: roopa@...ulusnetworks.com
Cc: netdev@...r.kernel.org
Subject: [PATCH iproute2] Add missing space
From: roopa <roopa@...ulusnetworks.com>
Reported-by: Andreas Henriksson <andreas@...al.se>
Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
---
ip/ipaddress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ip/ipaddress.c b/ip/ipaddress.c
index fdd2a74..0712164 100644
--- a/ip/ipaddress.c
+++ b/ip/ipaddress.c
@@ -470,7 +470,7 @@ int print_linkinfo(const struct sockaddr_nl *who,
if (do_link && tb[IFLA_IFALIAS]) {
fprintf(fp, "%s", _SL_);
- fprintf(fp," alias %s",
+ fprintf(fp, " alias %s",
rta_getattr_str(tb[IFLA_IFALIAS]));
}
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists