mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/panthor: Fix panthor_devfreq kerneldoc
Missing '*' to have a valid kerneldoc prefix. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202403031019.6jvrOqGT-lkp@intel.com/ Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Steven Price <steven.price@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240304090812.3941084-2-boris.brezillon@collabora.com
This commit is contained in:
parent
4410ec337a
commit
9c86b03863
|
|
@ -34,7 +34,7 @@ struct panthor_devfreq {
|
|||
/** @last_busy_state: True if the GPU was busy last time we updated the state. */
|
||||
bool last_busy_state;
|
||||
|
||||
/*
|
||||
/**
|
||||
* @lock: Lock used to protect busy_time, idle_time, time_last_update and
|
||||
* last_busy_state.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user