diff -r 3d68bb0047a1 -r ec403cf308eb master/reg_request.h --- a/master/reg_request.h Tue Feb 12 15:30:34 2013 +0100 +++ b/master/reg_request.h Tue Feb 12 15:46:43 2013 +0100 @@ -52,7 +52,7 @@ ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means writing to the slave, EC_DIR_INPUT means reading from the slave. */ uint16_t address; /**< Register address. */ - size_t transfer_size; /*< Size of the data to transfer. */ + size_t transfer_size; /**< Size of the data to transfer. */ ec_internal_request_state_t state; /**< Request state. */ };