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

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

parent 55679cc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
};