public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] drm/panthor: Fix kerneldoc in uAPI header
@ 2025-12-17 13:24 Boris Brezillon
  2025-12-17 13:45 ` Liviu Dudau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Boris Brezillon @ 2025-12-17 13:24 UTC (permalink / raw)
  To: dri-devel
  Cc: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe,
	linux-next, linux-kernel, Stephen Rothwell, David Airlie,
	Simona Vetter, kernel

Fix a typo in a kerneldoc header.

Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/
Signed-off-by: Boris Brezillon <boris.brezillon@collabora•com>
---
 include/uapi/drm/panthor_drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
index e238c6264fa1..b401ac585d6a 100644
--- a/include/uapi/drm/panthor_drm.h
+++ b/include/uapi/drm/panthor_drm.h
@@ -350,7 +350,7 @@ struct drm_panthor_gpu_info {
 	__u32 as_present;
 
 	/**
-	 * @select_coherency: Coherency selected for this device.
+	 * @selected_coherency: Coherency selected for this device.
 	 *
 	 * One of drm_panthor_gpu_coherency.
 	 */
-- 
2.52.0


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

* Re: [PATCH] drm/panthor: Fix kerneldoc in uAPI header
  2025-12-17 13:24 [PATCH] drm/panthor: Fix kerneldoc in uAPI header Boris Brezillon
@ 2025-12-17 13:45 ` Liviu Dudau
  2025-12-17 14:04 ` Steven Price
  2025-12-17 15:58 ` Steven Price
  2 siblings, 0 replies; 4+ messages in thread
From: Liviu Dudau @ 2025-12-17 13:45 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: dri-devel, Steven Price, Adrián Larumbe, linux-next,
	linux-kernel, Stephen Rothwell, David Airlie, Simona Vetter,
	kernel

On Wed, Dec 17, 2025 at 02:24:03PM +0100, Boris Brezillon wrote:
> Fix a typo in a kerneldoc header.
> 
> Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
> Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora•com>

Reviewed-by: Liviu Dudau <liviu.dudau@arm•com>

Best regards,
Liviu

> ---
>  include/uapi/drm/panthor_drm.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
> index e238c6264fa1..b401ac585d6a 100644
> --- a/include/uapi/drm/panthor_drm.h
> +++ b/include/uapi/drm/panthor_drm.h
> @@ -350,7 +350,7 @@ struct drm_panthor_gpu_info {
>  	__u32 as_present;
>  
>  	/**
> -	 * @select_coherency: Coherency selected for this device.
> +	 * @selected_coherency: Coherency selected for this device.
>  	 *
>  	 * One of drm_panthor_gpu_coherency.
>  	 */
> -- 
> 2.52.0
> 

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

* Re: [PATCH] drm/panthor: Fix kerneldoc in uAPI header
  2025-12-17 13:24 [PATCH] drm/panthor: Fix kerneldoc in uAPI header Boris Brezillon
  2025-12-17 13:45 ` Liviu Dudau
@ 2025-12-17 14:04 ` Steven Price
  2025-12-17 15:58 ` Steven Price
  2 siblings, 0 replies; 4+ messages in thread
From: Steven Price @ 2025-12-17 14:04 UTC (permalink / raw)
  To: Boris Brezillon, dri-devel
  Cc: Liviu Dudau, Adrián Larumbe, linux-next, linux-kernel,
	Stephen Rothwell, David Airlie, Simona Vetter, kernel

On 17/12/2025 13:24, Boris Brezillon wrote:
> Fix a typo in a kerneldoc header.
> 
> Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
> Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora•com>

Reviewed-by: Steven Price <steven.price@arm•com>
Fixes: ea78ec982653 ("drm/panthor: Expose the selected coherency protocol to the UMD")

> ---
>  include/uapi/drm/panthor_drm.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
> index e238c6264fa1..b401ac585d6a 100644
> --- a/include/uapi/drm/panthor_drm.h
> +++ b/include/uapi/drm/panthor_drm.h
> @@ -350,7 +350,7 @@ struct drm_panthor_gpu_info {
>  	__u32 as_present;
>  
>  	/**
> -	 * @select_coherency: Coherency selected for this device.
> +	 * @selected_coherency: Coherency selected for this device.
>  	 *
>  	 * One of drm_panthor_gpu_coherency.
>  	 */


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

* Re: [PATCH] drm/panthor: Fix kerneldoc in uAPI header
  2025-12-17 13:24 [PATCH] drm/panthor: Fix kerneldoc in uAPI header Boris Brezillon
  2025-12-17 13:45 ` Liviu Dudau
  2025-12-17 14:04 ` Steven Price
@ 2025-12-17 15:58 ` Steven Price
  2 siblings, 0 replies; 4+ messages in thread
From: Steven Price @ 2025-12-17 15:58 UTC (permalink / raw)
  To: Boris Brezillon, dri-devel
  Cc: Liviu Dudau, Adrián Larumbe, linux-next, linux-kernel,
	Stephen Rothwell, David Airlie, Simona Vetter, kernel

On 17/12/2025 13:24, Boris Brezillon wrote:
> Fix a typo in a kerneldoc header.
> 
> Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
> Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora•com>

Pushed to drm-misc-next.

> ---
>  include/uapi/drm/panthor_drm.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
> index e238c6264fa1..b401ac585d6a 100644
> --- a/include/uapi/drm/panthor_drm.h
> +++ b/include/uapi/drm/panthor_drm.h
> @@ -350,7 +350,7 @@ struct drm_panthor_gpu_info {
>  	__u32 as_present;
>  
>  	/**
> -	 * @select_coherency: Coherency selected for this device.
> +	 * @selected_coherency: Coherency selected for this device.
>  	 *
>  	 * One of drm_panthor_gpu_coherency.
>  	 */


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

end of thread, other threads:[~2025-12-17 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 13:24 [PATCH] drm/panthor: Fix kerneldoc in uAPI header Boris Brezillon
2025-12-17 13:45 ` Liviu Dudau
2025-12-17 14:04 ` Steven Price
2025-12-17 15:58 ` Steven Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox