diff options
| author | Lijo Lazar <[email protected]> | 2025-04-28 05:06:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-30 22:15:10 +0000 |
| commit | 0105725e2d985899cef5ee187bb27f040f24f2ab (patch) | |
| tree | 1be03f3fe7280fcf760aaf89ae8189efdd147904 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amd/pm: Fix comment style (diff) | |
| download | kernel-0105725e2d985899cef5ee187bb27f040f24f2ab.tar.gz kernel-0105725e2d985899cef5ee187bb27f040f24f2ab.zip | |
drm/amdgpu: Fix comment style
Fix code comment style
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Asad Kamal <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index 17f0911ee7e9..82013b495436 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -2165,7 +2165,7 @@ void amdgpu_ras_interrupt_fatal_error_handler(struct amdgpu_device *adev) /* Fatal error events are handled on host side */ if (amdgpu_sriov_vf(adev)) return; - /** + /* * If the current interrupt is caused by a non-fatal RAS error, skip * check for fatal error. For fatal errors, FED status of all devices * in XGMI hive gets set when the first device gets fatal error |
