diff options
| author | Andrew Kreimer <[email protected]> | 2024-09-09 22:41:05 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-09-18 20:14:26 +0000 |
| commit | c400ec6990fb04a2ec9929b253dafa7e77c7f555 (patch) | |
| tree | f6bc8485f40b57097fcb6f1d02503a83b4723ea7 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | |
| parent | drm/amdgpu: fix typo in the comment (diff) | |
| download | kernel-c400ec6990fb04a2ec9929b253dafa7e77c7f555.tar.gz kernel-c400ec6990fb04a2ec9929b253dafa7e77c7f555.zip | |
drm/amdgpu: Fix a typo
Fix a typo in comments.
Reported-by: Matthew Wilcox <[email protected]>
Signed-off-by: Andrew Kreimer <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c index aab8077e5098..f28f6b4ba765 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c @@ -58,7 +58,7 @@ #define EEPROM_I2C_MADDR_4 0x40000 /* - * The 2 macros bellow represent the actual size in bytes that + * The 2 macros below represent the actual size in bytes that * those entities occupy in the EEPROM memory. * RAS_TABLE_RECORD_SIZE is different than sizeof(eeprom_table_record) which * uses uint64 to store 6b fields such as retired_page. |
