Whamcloud - gitweb
Branch HEAD
authorliangzhen <liangzhen>
Fri, 7 Mar 2008 08:42:02 +0000 (08:42 +0000)
committerliangzhen <liangzhen>
Fri, 7 Mar 2008 08:42:02 +0000 (08:42 +0000)
Fix typo for lnet_selftest output

lnet/utils/lst.c

index 3ed4b3f..1c16bdc 100644 (file)
@@ -1636,7 +1636,7 @@ lst_print_lnet_stat(char *name, int bwrt, int rdwr, int type)
                         i == 0 ? "Rates" : "Bandwidth", name);
 
                 for (j = start2; j <= end2; j++) {
-                        fprintf(stdout, "[%c] ", j == 0 ? 'W' : 'R');
+                        fprintf(stdout, "[%c] ", j == 0 ? 'R' : 'W');
 
                         if ((type & 1) != 0) {
                                 fprintf(stdout, i == 0 ? "Avg: %-8.0f RPC/s " :