lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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