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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *