Skip to content

Commit 462a7c0

Browse files
committed
drm/panthor: Fix wrong kernel-doc format in the uAPI header
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
1 parent 55679cc commit 462a7c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/uapi/drm/panthor_drm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ struct drm_panthor_gpu_info {
336336
/** @tiler_present: Bitmask encoding the tiler units exposed by the GPU. */
337337
__u64 tiler_present;
338338

339-
/* @core_features: Used to discriminate core variants when they exist. */
339+
/** @core_features: Used to discriminate core variants when they exist. */
340340
__u32 core_features;
341341

342-
/* @pad: MBZ. */
342+
/** @pad: MBZ. */
343343
__u32 pad;
344344
};
345345

0 commit comments

Comments
 (0)