drm/amdkfd: Fix kernel-doc syntax error

Fixed a kernel-doc error in the documentation of a function.

Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Fabio M. De Francesco 2021-04-24 18:50:39 +02:00 committed by Alex Deucher
parent 5f5cb2afd6
commit 71ff0b4d96

View File

@ -252,7 +252,7 @@ cleanup:
}
/**
* @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.
*