Commit 4e847792 authored by Federico Vaga's avatar Federico Vaga

lib: fix functions description

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a06f916f
......@@ -265,8 +265,6 @@ static int __trtl_fw_buffer(struct trtl_dev *trtl,
/**
* It sends/receives a set of structures within TLV records.
* This function will change the header content, in particular it will change
* the following fields: msg_id, len
* @param[in] trtl device token
* @param[in] idx_cpu CPU index
* @param[in] idx_hmq HMQ index
......@@ -286,8 +284,6 @@ int trtl_fw_buffer_set(struct trtl_dev *trtl,
/**
* It receives a set of structures within TLV records.
* This function will change the header content, in particular it will change
* the following fields: msg_id, flags, len
* @param[in] trtl device token
* @param[in] idx_cpu CPU index
* @param[in] idx_hmq HMQ index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment