[openib-general] Re: [openib-commits] r1821
Bernhard Fischer
blist at aon.at
Sun Feb 20 08:20:23 PST 2005
Hi,
Minor commentary changes.
Thank you,
-------------- next part --------------
diff -X ../excl -rdup upstream/gen2/trunk/src/userspace/management/osm/opensm/osm_sa_mcmember_record.c gen2/trunk/src/userspace/management/osm/opensm/osm_sa_mcmember_record.c
--- upstream/gen2/trunk/src/userspace/management/osm/opensm/osm_sa_mcmember_record.c 2005-02-19 14:33:27.000000000 +0100
+++ gen2/trunk/src/userspace/management/osm/opensm/osm_sa_mcmember_record.c 2005-02-19 14:45:40.000000000 +0100
@@ -490,7 +490,7 @@ __validate_more_comp_fields(
if(mtu_mgrp < mtu_required)
return FALSE;
break;
- case 1: /* Less than than MTU specified */
+ case 1: /* Less than MTU specified */
if(mtu_mgrp > mtu_required)
return FALSE;
break;
@@ -516,7 +516,7 @@ __validate_more_comp_fields(
if(rate_mgrp < rate_required)
return FALSE;
break;
- case 1: /* Less than than RATE specified */
+ case 1: /* Less than RATE specified */
if(rate_mgrp > rate_required)
return FALSE;
break;
More information about the general
mailing list