Commit 462a7c0f authored by Boris Brezillon's avatar Boris Brezillon

drm/panthor: Fix wrong kernel-doc format in the uAPI header

The kernel doc prefix is /** not /*.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
Acked-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326093055.411932-1-boris.brezillon@collabora.com
parent 55679cc2
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment