Skip to content

Commit c1c448d

Browse files
committed
nrf_wifi: Fix doxygen build errors
Fix the unknown parameter build error. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 1d29009 commit c1c448d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/nrf_wifi/os_if/inc/osal_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,11 @@ unsigned long nrf_wifi_osal_time_get_curr_ms();
668668

669669
/**
670670
* nrf_wifi_osal_time_elapsed_ms() - Get elapsed time in milliseconds
671-
* @start_time_ms: The timestamp in milliseconds from which elapsed
671+
* @param start_time_ms: The timestamp in milliseconds from which elapsed
672672
* time is to be measured.
673673
*
674674
* Returns the time elapsed in milliseconds since some
675-
* time instant (@start_time_ms).
675+
* time instant (@p start_time_ms).
676676
*
677677
* Return: Elapsed time in milliseconds.
678678
*/

0 commit comments

Comments
 (0)