Fixed a kernel-doc error in the documentation of a function.
Signed-off-by: Fabio M. De Francesco fmdefrancesco@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. *
Am 2021-04-24 um 12:50 p.m. schrieb Fabio M. De Francesco:
Fixed a kernel-doc error in the documentation of a function.
Signed-off-by: Fabio M. De Francesco fmdefrancesco@gmail.com
I fixed the headline prefix to match our usual convention (drm/amdkfd: ...) and applied the patch to amd-staging-drm-next.
Thanks, Felix
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.
dri-devel@lists.freedesktop.org