[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1399800086-18661-1-git-send-email-mike.rapoport@ravellosystems.com>
Date: Sun, 11 May 2014 12:21:26 +0300
From: Mike Rapoport <mike.rapoport@...ellosystems.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org,
Mike Rapoport <mike.rapoport@...ellosystems.com>
Subject: [PATCH] ipnetns: fix misprint in an error message
Signed-off-by: Mike Rapoport <mike.rapoport@...ellosystems.com>
---
ip/ipnetns.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/ipnetns.c b/ip/ipnetns.c
index 1d8d3dc..2b3b2e1 100644
--- a/ip/ipnetns.c
+++ b/ip/ipnetns.c
@@ -435,7 +435,7 @@ static int netns_add(int argc, char **argv)
/* Create the filesystem state */
fd = open(netns_path, O_RDONLY|O_CREAT|O_EXCL, 0);
if (fd < 0) {
- fprintf(stderr, "Cannot not create namespace file \"%s\": %s\n",
+ fprintf(stderr, "Cannot create namespace file \"%s\": %s\n",
netns_path, strerror(errno));
return -1;
}
--
1.8.3.2
--
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