Netdev List
 help / color / mirror / Atom feed
From: roopa@cumulusnetworks.com
To: shemminger@vyatta.com
To: roopa@cumulusnetworks.com
Cc: netdev@vger.kernel.org
Subject: [PATCH iproute2] Add missing space
Date: Wed, 13 Mar 2013 21:14:58 -0700	[thread overview]
Message-ID: <1363234498-14545-1-git-send-email-roopa@cumulusnetworks.com> (raw)

From: roopa <roopa@cumulusnetworks.com>

Reported-by: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.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

                 reply	other threads:[~2013-03-14  4:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1363234498-14545-1-git-send-email-roopa@cumulusnetworks.com \
    --to=roopa@cumulusnetworks.com \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox