diff options
author | oushixiong <oushixiong@kylinos.cn> | 2022-04-26 18:06:16 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-26 11:53:07 -0400 |
commit | 322687d5968ba45755118feff9a64d2e6f2ae03d (patch) | |
tree | 41d71935863cb7b561f57e191f88d5226d8b1c08 | |
parent | 2530dc3cd3dbca28c721eb0f14105bd17512b342 (diff) | |
download | linux-322687d5968ba45755118feff9a64d2e6f2ae03d.tar.gz linux-322687d5968ba45755118feff9a64d2e6f2ae03d.tar.bz2 linux-322687d5968ba45755118feff9a64d2e6f2ae03d.zip |
drm/amd: Fix spelling typo in comment
Signed-off-by: oushixiong <oushixiong@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/include/atomfirmware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/drivers/gpu/drm/amd/include/atomfirmware.h index 7bd763361d6e..df52f9101282 100644 --- a/drivers/gpu/drm/amd/include/atomfirmware.h +++ b/drivers/gpu/drm/amd/include/atomfirmware.h @@ -3,7 +3,7 @@ * File Name atomfirmware.h * Project This is an interface header file between atombios and OS GPU drivers for SoC15 products * -* Description header file of general definitions for OS nd pre-OS video drivers +* Description header file of general definitions for OS and pre-OS video drivers * * Copyright 2014 Advanced Micro Devices, Inc. * |