[ofa-general] [PATCH] libibmad/dump.c: Fix typo

Hal Rosenstock hnrose at comcast.net
Tue Sep 22 06:46:11 PDT 2009


Signed-off-by: Hal Rosenstock <hal.rosenstock at gmail.com>
---
diff --git a/libibmad/src/dump.c b/libibmad/src/dump.c
index 1b287c0..5151882 100644
--- a/libibmad/src/dump.c
+++ b/libibmad/src/dump.c
@@ -523,7 +523,7 @@ void mad_dump_portcapmask(char *buf, int bufsz, void *val, int valsz)
 	if (mask & (1 << 28))
 		s += sprintf(s, "\t\t\t\tIsVendorSpecificMadsTableSupported\n");
 	if (mask & (1 << 29))
-		s += sprintf(s, "\t\t\t\tIsiMcastPkeyTrapSuppressionSupported\n");
+		s += sprintf(s, "\t\t\t\tIsMcastPkeyTrapSuppressionSupported\n");
 	if (mask & (1 << 30))
 		s += sprintf(s, "\t\t\t\tIsMulticastFDBTopSupported\n");
 	if (mask & (1 << 31))



More information about the general mailing list