diff options
author | pengfuyuan <pengfuyuan@kylinos.cn> | 2022-05-26 17:29:09 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-06-03 16:43:36 -0400 |
commit | faf26f2b12e1e03956f7e628183e422d94713e4b (patch) | |
tree | d816a7cde914ca4e526b630642f440808a7dec9d /drivers/gpu/drm/amd/display/modules | |
parent | e309434ac56774c86e79a50980e8611ce7cc31a3 (diff) | |
download | linux-faf26f2b12e1e03956f7e628183e422d94713e4b.tar.gz linux-faf26f2b12e1e03956f7e628183e422d94713e4b.tar.bz2 linux-faf26f2b12e1e03956f7e628183e422d94713e4b.zip |
drm/amd: Fix spelling typo in comments
Fix spelling typo in comments.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules')
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/vmid/vmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/vmid/vmid.c b/drivers/gpu/drm/amd/display/modules/vmid/vmid.c index 61ee4be35d27..2c40212d86da 100644 --- a/drivers/gpu/drm/amd/display/modules/vmid/vmid.c +++ b/drivers/gpu/drm/amd/display/modules/vmid/vmid.c @@ -66,7 +66,7 @@ static void evict_vmids(struct core_vmid *core_vmid) } } -// Return value of -1 indicates vmid table unitialized or ptb dne in the table +// Return value of -1 indicates vmid table uninitialized or ptb dne in the table static int get_existing_vmid_for_ptb(struct core_vmid *core_vmid, uint64_t ptb) { int i; |