diff options
| author | Yann Dirson <[email protected]> | 2021-12-13 23:30:29 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-12-14 21:10:53 +0000 |
| commit | 03f2abb07e54b3e0da54c52a656d9765b7e141c5 (patch) | |
| tree | 4ba71bc29edcef835b50223930c345c3dae61d98 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | Documentation/gpu: include description of some of the GC microcontrollers (diff) | |
| download | kernel-03f2abb07e54b3e0da54c52a656d9765b7e141c5.tar.gz kernel-03f2abb07e54b3e0da54c52a656d9765b7e141c5.zip | |
amdgpu: fix some kernel-doc markup
Those are not today pulled by the sphinx doc, but better be ready.
Signed-off-by: Yann Dirson <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index f2c0bca61d4d..a24b4c374188 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -551,11 +551,11 @@ void amdgpu_device_wreg(struct amdgpu_device *adev, trace_amdgpu_device_wreg(adev->pdev->device, reg, v); } -/* +/** * amdgpu_mm_wreg_mmio_rlc - write register either with mmio or with RLC path if in range * * this function is invoked only the debugfs register access - * */ + */ void amdgpu_mm_wreg_mmio_rlc(struct amdgpu_device *adev, uint32_t reg, uint32_t v) { @@ -1101,7 +1101,7 @@ static void amdgpu_device_wb_fini(struct amdgpu_device *adev) } /** - * amdgpu_device_wb_init- Init Writeback driver info and allocate memory + * amdgpu_device_wb_init - Init Writeback driver info and allocate memory * * @adev: amdgpu_device pointer * |
