ttm/ttm_device.h: fix a trival typo

Message ID 20230303101216.788971-1-15330273260@189.cn
State New
Headers
Series ttm/ttm_device.h: fix a trival typo |

Commit Message

Sui Jingfeng March 3, 2023, 10:12 a.m. UTC
  should replace '@' with '*'

Signed-off-by: suijingfeng <suijingfeng@loongson.cn>
---
 include/drm/ttm/ttm_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Christian König March 3, 2023, 11:05 a.m. UTC | #1
Am 03.03.23 um 11:12 schrieb suijingfeng:
>   should replace '@' with '*'
>
> Signed-off-by: suijingfeng <suijingfeng@loongson.cn>

I've just reviewed and pushed the patch to drm-misc-next.

Just please use your full (first and last) name for author and 
signed-off-by tags in the future.

Thanks,
Christian.

> ---
>   include/drm/ttm/ttm_device.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
  

Patch

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