DORMANTno replies

[PATCH] ipnetns: fix misprint in an error message

From: Mike Rapoport <hidden>
Date: 2014-05-11 09:21:47
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Mike Rapoport <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help