提交 fd6ae969 编写于 作者: J Jiang Jian 提交者: Alex Deucher

drm/amdgpu: vm - drop unexpected word "the" in the comments

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
line: 57
  * the kernel tells the the ring what VMID to use for that command
changed to
  * the kernel tells the ring what VMID to use for that command
Signed-off-by: NJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 163d4cd2
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
* (uncached system pages). * (uncached system pages).
* Each VM has an ID associated with it and there is a page table * Each VM has an ID associated with it and there is a page table
* associated with each VMID. When executing a command buffer, * associated with each VMID. When executing a command buffer,
* the kernel tells the the ring what VMID to use for that command * the kernel tells the ring what VMID to use for that command
* buffer. VMIDs are allocated dynamically as commands are submitted. * buffer. VMIDs are allocated dynamically as commands are submitted.
* The userspace drivers maintain their own address space and the kernel * The userspace drivers maintain their own address space and the kernel
* sets up their pages tables accordingly when they submit their * sets up their pages tables accordingly when they submit their
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册