]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
Refresh of ws
authorSean Hefty <sean.hefty@intel.com>
Fri, 16 Aug 2013 14:58:34 +0000 (07:58 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 16 Aug 2013 14:58:34 +0000 (07:58 -0700)
src/acm.c

index 0f77f5f31182c84e0123341335fe5d225c0de093..82f943188b801cdd14c86567f3616009e5d347b7 100644 (file)
--- a/src/acm.c
+++ b/src/acm.c
@@ -3216,7 +3216,7 @@ static void acm_port_up(struct acm_port *port)
                pkey = ntohs(pkey);
                if (!(pkey & 0x7fff))
                        continue;
-               
+
                /* Determine pkey index for default partition with preference for full membership */
                if (!is_full_default_pkey_set && (pkey & 0x7fff) == 0x7fff) {
                        port->default_pkey_ix = i;