Commit 71ff0b4d authored by Fabio M. De Francesco's avatar Fabio M. De Francesco Committed by Alex Deucher

drm/amdkfd: Fix kernel-doc syntax error

Fixed a kernel-doc error in the documentation of a function.
Signed-off-by: default avatarFabio M. De Francesco <fmdefrancesco@gmail.com>
Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5f5cb2af
......@@ -252,7 +252,7 @@ static void kfd_sdma_activity_worker(struct work_struct *work)
}
/**
* @kfd_get_cu_occupancy() - Collect number of waves in-flight on this device
* @kfd_get_cu_occupancy - Collect number of waves in-flight on this device
* by current process. Translates acquired wave count into number of compute units
* that are occupied.
*
......
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