From: Alex Xie Date: Mon, 8 May 2017 21:36:03 -0400 Subject: drm/amdgpu: Fix comments in source code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Git-commit: 455a7bc27c2118c7e0531b7502dedc80ed2f9d40 Patch-mainline: v4.13-rc1 References: FATE#326289 FATE#326079 FATE#326049 FATE#322398 FATE#326166 Signed-off-by: Alex Xie Reviewed-by: Michel Dänzer Reviewed-by: Christian König Signed-off-by: Alex Deucher Acked-by: Petr Tesarik --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -480,7 +480,7 @@ void amdgpu_doorbell_get_kfd_info(struct /* * amdgpu_wb_*() - * Writeback is the method by which GPU updates special pages in memory + * Writeback is the method by which the GPU updates special pages in memory * with the status of certain GPU events (fences, ring pointers,etc.). */ @@ -507,7 +507,7 @@ static void amdgpu_wb_fini(struct amdgpu * * @adev: amdgpu_device pointer * - * Initialize writeback and allocates writeback memory (all asics). + * Initializes writeback and allocates writeback memory (all asics). * Used at driver startup. * Returns 0 on success or an -error on failure. */ @@ -615,7 +615,7 @@ void amdgpu_wb_free_64bit(struct amdgpu_ * @mc: memory controller structure holding memory informations * @base: base address at which to put VRAM * - * Function will place try to place VRAM at base address provided + * Function will try to place VRAM at base address provided * as parameter (which is so far either PCI aperture address or * for IGP TOM base address). * @@ -637,7 +637,7 @@ void amdgpu_wb_free_64bit(struct amdgpu_ * ones) * * Note: IGP TOM addr should be the same as the aperture addr, we don't - * explicitly check for that thought. + * explicitly check for that though. * * FIXME: when reducing VRAM size align new size on power of 2. */