doc: fix typos in doc argument names, removing doxygen warnings
Change-Id: I9319fcb8fadd375b6bbec861636c196defcf7def Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
2e7f3bb858
commit
4867500ce8
3 changed files with 6 additions and 6 deletions
|
@ -120,7 +120,7 @@ int32_t tc_sha256_update(TCSha256State_t s,
|
|||
* If your application intends to have sensitive data in this
|
||||
* buffer, remind to erase it after the data has been processed
|
||||
* @param digest unsigned eight bit integer
|
||||
* @param Sha256 state struct
|
||||
* @param s Sha256 state struct
|
||||
*/
|
||||
int32_t tc_sha256_final(uint8_t *digest, TCSha256State_t s);
|
||||
|
||||
|
|
|
@ -136,9 +136,9 @@ void nano_delayed_work_init(struct nano_delayed_work *work,
|
|||
* mutual exclusion mechanism. Such usage is not recommended and if necessary,
|
||||
* it should be explicitly done between the submitter and the handler.
|
||||
*
|
||||
* @param Workqueue to schedule the work item
|
||||
* @param Delayed work item
|
||||
* @param Ticks to wait before scheduling the work item
|
||||
* @param wq Workqueue to schedule the work item
|
||||
* @param work Delayed work item
|
||||
* @param ticks Ticks to wait before scheduling the work item
|
||||
*
|
||||
* @return 0 in case of success or negative value in case of error.
|
||||
*/
|
||||
|
@ -154,7 +154,7 @@ int nano_delayed_work_submit_to_queue(struct nano_workqueue *wq,
|
|||
* the work has been submitted to the work queue, but the handler has not run
|
||||
* yet.
|
||||
*
|
||||
* @param Delayed work item to be canceled
|
||||
* @param work Delayed work item to be canceled
|
||||
*
|
||||
* @return 0 in case of success or negative value in case of error.
|
||||
*/
|
||||
|
|
|
@ -317,7 +317,7 @@ static inline int sensor_sample_fetch(struct device *dev)
|
|||
* to call it in an ISR if the device is connected via I2C or SPI.
|
||||
*
|
||||
* @param dev Pointer to the sensor device
|
||||
* @param chan The channel that needs updated
|
||||
* @param type The channel that needs updated
|
||||
*
|
||||
* @return 0 if successful, negative errno code if failure.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue