diff options
author | Rongguang Wei <weirongguang@kylinos.cn> | 2022-04-26 11:15:29 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-26 18:53:03 +0300 |
commit | 2530dc3cd3dbca28c721eb0f14105bd17512b342 (patch) | |
tree | 7d95133631d57dca563520e6875ec5573ece6317 | |
parent | 2f33a397e9605e70fe2082d727aa1501a9386b95 (diff) | |
download | linux-2530dc3cd3dbca28c721eb0f14105bd17512b342.tar.xz |
drm/amdgpu: fix typo
Fix spelling mistake:
"differnt" -> "different"
"commond" -> "common"
Signed-off-by: Rongguang Wei <weirongguang@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/include/atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/atombios.h b/drivers/gpu/drm/amd/include/atombios.h index da895d1f3b4f..1f9df4e7509b 100644 --- a/drivers/gpu/drm/amd/include/atombios.h +++ b/drivers/gpu/drm/amd/include/atombios.h @@ -4665,7 +4665,7 @@ typedef struct _ATOM_EXTERNAL_DISPLAY_CONNECTION_INFO UCHAR Reserved[3]; // for potential expansion }ATOM_EXTERNAL_DISPLAY_CONNECTION_INFO; -//Related definitions, all records are differnt but they have a commond header +//Related definitions, all records are different but they have a common header typedef struct _ATOM_COMMON_RECORD_HEADER { UCHAR ucRecordType; //An emun to indicate the record type |