We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d29009 commit c1c448dCopy full SHA for c1c448d
drivers/nrf_wifi/os_if/inc/osal_api.h
@@ -668,11 +668,11 @@ unsigned long nrf_wifi_osal_time_get_curr_ms();
668
669
/**
670
* nrf_wifi_osal_time_elapsed_ms() - Get elapsed time in milliseconds
671
- * @start_time_ms: The timestamp in milliseconds from which elapsed
+ * @param start_time_ms: The timestamp in milliseconds from which elapsed
672
* time is to be measured.
673
*
674
* Returns the time elapsed in milliseconds since some
675
- * time instant (@start_time_ms).
+ * time instant (@p start_time_ms).
676
677
* Return: Elapsed time in milliseconds.
678
*/
0 commit comments