From: suijingfeng <15330273260@189.cn> Date: Fri, 3 Mar 2023 10:12:16 +0000 (+0800) Subject: ttm/ttm_device.h: fix a trival typo X-Git-Tag: v6.6.7~1918^2~23^2~704 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=775d1bee8fab737c9e70050f61ad5370d8733383;p=platform%2Fkernel%2Flinux-starfive.git ttm/ttm_device.h: fix a trival typo should replace '@' with '*' Signed-off-by: suijingfeng Reviewed-by: Christian König Signed-off-by: Christian König Link: https://patchwork.freedesktop.org/patch/msgid/20230303101216.788971-1-15330273260@189.cn --- diff --git a/include/drm/ttm/ttm_device.h b/include/drm/ttm/ttm_device.h index 4f3e81e..56e82ba 100644 --- a/include/drm/ttm/ttm_device.h +++ b/include/drm/ttm/ttm_device.h @@ -141,7 +141,7 @@ struct ttm_device_funcs { * the graphics address space * @ctx: context for this move with parameters * @new_mem: the new memory region receiving the buffer - @ @hop: placement for driver directed intermediate hop + * @hop: placement for driver directed intermediate hop * * Move a buffer between two memory regions. * Returns errno -EMULTIHOP if driver requests a hop