drm/panthor: Fix wrong kernel-doc format in the uAPI header
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 26 Mar 2024 09:30:55 +0000 (10:30 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Tue, 26 Mar 2024 10:57:39 +0000 (11:57 +0100)
The kernel doc prefix is /** not /*.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326093055.411932-1-boris.brezillon@collabora.com
include/uapi/drm/panthor_drm.h

index 373df80f41edf6f864f501126264ab79012085fd..dadb05ab1235839cc828c94a73614d9a76a4be25 100644 (file)
@@ -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;
 };