Don't put whitespace after [ and before ].
+ device->pkey_tbl_len[ port_index ] = tprops->pkey_tbl_len; + device->gid_tbl_len[ port_index ] = tprops->gid_tbl_len; whitespace damage here + tbl_len = device->gid_tbl_len[ port - start_port(device) ]; and here + tbl_len = device->pkey_tbl_len[ port_num - start_port(device) ]; and here <plug> Have you read the boring list of rules? http://git.openfabrics.org/~mst/boring.txt </plug> -- MST _______________________________________________ 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
