[PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error
Fabio M. De Francesco
fmdefrancesco at gmail.com
Sat Apr 24 16:50:39 UTC 2021
Fixed a kernel-doc error in the documentation of a function.
Signed-off-by: Fabio M. De Francesco <fmdefrancesco at gmail.com>
---
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
index 65803e153a22..12587fa768a9 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
@@ -250,7 +250,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.
*
--
2.31.1
More information about the dri-devel
mailing list