Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/panthor: Fix kerneldoc in uAPI header

Fix a typo in a kerneldoc header.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Fixes: ea78ec982653 ("drm/panthor: Expose the selected coherency protocol to the UMD")
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patch.msgid.link/20251217132403.3996014-1-boris.brezillon@collabora.com

authored by

Boris Brezillon and committed by
Steven Price
5c3c3e7b efe24898

+1 -1
+1 -1
include/uapi/drm/panthor_drm.h
··· 350 350 __u32 as_present; 351 351 352 352 /** 353 - * @select_coherency: Coherency selected for this device. 353 + * @selected_coherency: Coherency selected for this device. 354 354 * 355 355 * One of drm_panthor_gpu_coherency. 356 356 */