All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: "Boris Brezillon" <boris.brezillon@collabora.com>,
	"Steven Price" <steven.price@arm.com>,
	"Liviu Dudau" <liviu.dudau@arm.com>,
	"Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com,
	Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH] drm/panthor: Fix wrong kernel-doc format in the uAPI header
Date: Tue, 26 Mar 2024 11:59:55 +0100	[thread overview]
Message-ID: <20240326115955.15ac7e83@collabora.com> (raw)
In-Reply-To: <20240326093055.411932-1-boris.brezillon@collabora.com>

On Tue, 26 Mar 2024 10:30:55 +0100
Boris Brezillon <boris.brezillon@collabora.com> wrote:

> The kernel doc prefix is /** not /*.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>

Queued to drm-misc-next.

> ---
>  include/uapi/drm/panthor_drm.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
> index 373df80f41ed..dadb05ab1235 100644
> --- a/include/uapi/drm/panthor_drm.h
> +++ b/include/uapi/drm/panthor_drm.h
> @@ -336,10 +336,10 @@ struct drm_panthor_gpu_info {
>  	/** @tiler_present: Bitmask encoding the tiler units exposed by the GPU. */
>  	__u64 tiler_present;
>  
> -	/* @core_features: Used to discriminate core variants when they exist. */
> +	/** @core_features: Used to discriminate core variants when they exist. */
>  	__u32 core_features;
>  
> -	/* @pad: MBZ. */
> +	/** @pad: MBZ. */
>  	__u32 pad;
>  };
>  


      parent reply	other threads:[~2024-03-26 11:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26  9:30 [PATCH] drm/panthor: Fix wrong kernel-doc format in the uAPI header Boris Brezillon
2024-03-26 10:13 ` Liviu Dudau
2024-03-26 10:59 ` Boris Brezillon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240326115955.15ac7e83@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=adrian.larumbe@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel@collabora.com \
    --cc=liviu.dudau@arm.com \
    --cc=sfr@canb.auug.org.au \
    --cc=steven.price@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.