Whamcloud - gitweb
LU-6142 lnet: change wire protocol typedefs to proper structure
[fs/lustre-release.git] / lnet / utils / wirecheck.c
index 427f140..2d5d1b2 100644 (file)
@@ -93,11 +93,11 @@ do {                                            \
 } while (0)
 
 void
-check_lnet_handle_wire (void)
+check_lnet_handle_wire(void)
 {
-        CHECK_STRUCT (lnet_handle_wire_t);
-        CHECK_MEMBER (lnet_handle_wire_t, wh_interface_cookie);
-        CHECK_MEMBER (lnet_handle_wire_t, wh_object_cookie);
+       CHECK_STRUCT(struct lnet_handle_wire);
+       CHECK_MEMBER(struct lnet_handle_wire, wh_interface_cookie);
+       CHECK_MEMBER(struct lnet_handle_wire, wh_object_cookie);
 }
 
 void