|
@@ -35,8 +35,8 @@ struct op_common {
|
|
|
|
|
|
#define PACK_OP_COMMON(pack, op_common) do {\
|
|
|
usbip_net_pack_uint16_t(pack, &(op_common)->version);\
|
|
|
- usbip_net_pack_uint16_t(pack, &(op_common)->code );\
|
|
|
- usbip_net_pack_uint32_t(pack, &(op_common)->status );\
|
|
|
+ usbip_net_pack_uint16_t(pack, &(op_common)->code);\
|
|
|
+ usbip_net_pack_uint32_t(pack, &(op_common)->status);\
|
|
|
} while (0)
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|