dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error
@ 2021-04-24 16:50 Fabio M. De Francesco
  2021-04-24 18:28 ` Felix Kuehling
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio M. De Francesco @ 2021-04-24 16:50 UTC (permalink / raw)
  To: outreachy-kernel, dri-devel, Felix Kuehling, Alex Deucher,
	Christian König, David Airlie, Daniel Vetter
  Cc: 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>
---
 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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error
  2021-04-24 16:50 [PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error Fabio M. De Francesco
@ 2021-04-24 18:28 ` Felix Kuehling
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Kuehling @ 2021-04-24 18:28 UTC (permalink / raw)
  To: Fabio M. De Francesco, outreachy-kernel, dri-devel, Alex Deucher,
	Christian König, David Airlie, Daniel Vetter

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 mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-24 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 16:50 [PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error Fabio M. De Francesco
2021-04-24 18:28 ` Felix Kuehling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).