diff options
author | suijingfeng <15330273260@189.cn> | 2023-03-03 11:12:16 +0100 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2023-03-03 12:00:49 +0100 |
commit | 775d1bee8fab737c9e70050f61ad5370d8733383 (patch) | |
tree | b2c24971006c9d41e8e1afb42611b911a6c79590 /include/drm | |
parent | drm/bridge: tc358762: Set pre_enable_prev_first (diff) | |
download | linux-775d1bee8fab737c9e70050f61ad5370d8733383.tar.xz linux-775d1bee8fab737c9e70050f61ad5370d8733383.zip |
ttm/ttm_device.h: fix a trival typo
should replace '@' with '*'
Signed-off-by: suijingfeng <suijingfeng@loongson.cn>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230303101216.788971-1-15330273260@189.cn
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_device.h b/include/drm/ttm/ttm_device.h index 4f3e81eac6f3..56e82ba2d046 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 |