[ofa-general] ***SPAM*** [PATCH][TRIVIAL] libibmad/register.c: Cosmetic formatting change
Hal Rosenstock
hnrose at comcast.net
Thu Mar 12 07:57:32 PDT 2009
Signed-off-by: Hal Rosenstock <hal.rosenstock at gmail.com>
---
diff --git a/libibmad/src/register.c b/libibmad/src/register.c
index eb8a62e..eac8f5d 100644
--- a/libibmad/src/register.c
+++ b/libibmad/src/register.c
@@ -90,9 +90,8 @@ int mad_register_port_client(int port_id, int mgmt, uint8_t rmpp_version)
}
agent = umad_register(port_id, mgmt, vers, rmpp_version, 0);
- if (agent < 0) {
+ if (agent < 0)
DEBUG("Can't register agent for class %d", mgmt);
- }
return agent;
}
More information about the general
mailing list