Hey Sasha,

Probably due to a cut and paste.  Nothing fancy.

Al

-- 
Albert Chu
[EMAIL PROTECTED]
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory
>From 0db2f41ba9c3a12faaf7e0471cc44f6af50de5ef Mon Sep 17 00:00:00 2001
From: Albert Chu <[EMAIL PROTECTED]>
Date: Thu, 28 Aug 2008 15:26:37 -0700
Subject: [PATCH] fix newline typo


Signed-off-by: Albert Chu <[EMAIL PROTECTED]>
---
 ibsim/sim_cmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ibsim/sim_cmd.c b/ibsim/sim_cmd.c
index d55fb4c..55abd96 100644
--- a/ibsim/sim_cmd.c
+++ b/ibsim/sim_cmd.c
@@ -316,7 +316,7 @@ static int do_unlink(FILE * f, char *line, int clear)
 	if (portnum >= 0) {
 		port = ports + node->portsbase + portnum;
 		if (!clear && !port->remotenode) {
-			fprintf(f, "# port %d at nodeid \"%s\"\n is not linked",
+			fprintf(f, "# port %d at nodeid \"%s\" is not linked\n",
 				portnum, nodeid);
 			return -1;
 		}
-- 
1.5.4.5

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to