On 17/12/2025 13:24, Boris Brezillon wrote: > Fix a typo in a kerneldoc header. > > Reported-by: Stephen Rothwell <[email protected]> > Closes: > https://lore.kernel.org/dri-devel/[email protected]/ > Signed-off-by: Boris Brezillon <[email protected]>
Reviewed-by: Steven Price <[email protected]> Fixes: ea78ec982653 ("drm/panthor: Expose the selected coherency protocol to the UMD") > --- > include/uapi/drm/panthor_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h > index e238c6264fa1..b401ac585d6a 100644 > --- a/include/uapi/drm/panthor_drm.h > +++ b/include/uapi/drm/panthor_drm.h > @@ -350,7 +350,7 @@ struct drm_panthor_gpu_info { > __u32 as_present; > > /** > - * @select_coherency: Coherency selected for this device. > + * @selected_coherency: Coherency selected for this device. > * > * One of drm_panthor_gpu_coherency. > */
