aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers <[email protected]>2025-04-08 02:10:57 +0000
committerAlex Deucher <[email protected]>2025-04-21 14:54:24 +0000
commit3d5d0d35a780aac31fc586edbccbe5a55a0bfdb1 (patch)
tree67e4b455f21f4a49d495cba83bc96e583a79fe51
parentdrm/amdgpu: add missing parameter name in dce110_clk_src_construct() declaration (diff)
downloadkernel-3d5d0d35a780aac31fc586edbccbe5a55a0bfdb1.tar.gz
kernel-3d5d0d35a780aac31fc586edbccbe5a55a0bfdb1.zip
drm/amdgpu: fix typo in atombios.h
"aligned" not "aligend" Signed-off-by: Alexandre Demers <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/include/atombios.h2
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 b78360a71bc9..52bac19fb404 100644
--- a/drivers/gpu/drm/amd/include/atombios.h
+++ b/drivers/gpu/drm/amd/include/atombios.h
@@ -4308,7 +4308,7 @@ typedef struct _ATOM_DPCD_INFO
// note2: From RV770, the memory is more than 32bit addressable, so we will change
// ucTableFormatRevision=1,ucTableContentRevision=4, the strcuture remains
// exactly same as 1.1 and 1.2 (1.3 is never in use), but ulStartAddrUsedByFirmware
-// (in offset to start of memory address) is KB aligned instead of byte aligend.
+// (in offset to start of memory address) is KB aligned instead of byte aligned.
// Note3:
/* If we change usReserved to "usFBUsedbyDrvInKB", then to VBIOS this usFBUsedbyDrvInKB is a predefined, unchanged
constant across VGA or non VGA adapter,