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 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

+1 -1
+1 -1
drivers/gpu/drm/panthor/panthor_devfreq.c
··· 34 34 /** @last_busy_state: True if the GPU was busy last time we updated the state. */ 35 35 bool last_busy_state; 36 36 37 - /* 37 + /** 38 38 * @lock: Lock used to protect busy_time, idle_time, time_last_update and 39 39 * last_busy_state. 40 40 *