[PATCH] drm/panthor: Fix wrong kernel-doc format in the uAPI header
Liviu Dudau
liviu.dudau at arm.com
Tue Mar 26 10:13:35 UTC 2024
On Tue, Mar 26, 2024 at 10:30:55AM +0100, Boris Brezillon wrote:
> The kernel doc prefix is /** not /*.
>
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Acked-by: Liviu Dudau <liviu.dudau at arm.com>
Best regards,
Liviu
> ---
> 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;
> };
>
> --
> 2.44.0
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
More information about the dri-devel
mailing list