Fix trivial syntax errors - extra ")" and unmatched #endif.

Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]>
---
 opensm/libvendor/osm_vendor_al.c |    1 -
 opensm/libvendor/osm_vendor_ts.c |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opensm/libvendor/osm_vendor_al.c b/opensm/libvendor/osm_vendor_al.c
index c170d79..1b748ae 100644
--- a/opensm/libvendor/osm_vendor_al.c
+++ b/opensm/libvendor/osm_vendor_al.c
@@ -1424,7 +1424,6 @@ void
 osm_vendor_set_sm(
   IN osm_bind_handle_t h_bind,
   IN boolean_t         is_sm_val )
- )
 {
   osm_al_bind_info_t *p_bind = (osm_al_bind_info_t *)h_bind;
   osm_vendor_t *p_vend = p_bind->p_vend;
diff --git a/opensm/libvendor/osm_vendor_ts.c b/opensm/libvendor/osm_vendor_ts.c
index d5a9173..763073b 100644
--- a/opensm/libvendor/osm_vendor_ts.c
+++ b/opensm/libvendor/osm_vendor_ts.c
@@ -990,5 +990,3 @@ osm_vendor_set_debug(
 {
 
 }
-
-#endif /* OSM_VENDOR_INTF_TS */
-- 
1.5.3.rc2.29.gc4640f

_______________________________________________
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

Reply via email to