[PATCH] drivers/gpu/drm: Fix typo 'paramter' -> 'parameter'

From: Ignacio Peña
Date: Sat Jul 26 2025 - 22:31:25 EST


Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@xxxxxxxxx>
---
drivers/gpu/drm/amd/include/atombios.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/include/atombios.h b/drivers/gpu/drm/amd/include/atombios.h
index b344acefc..2a709f93d 100644
--- a/drivers/gpu/drm/amd/include/atombios.h
+++ b/drivers/gpu/drm/amd/include/atombios.h
@@ -2200,7 +2200,7 @@ typedef struct _GET_ENGINE_CLOCK_PARAMETERS
// Following Structures and constant may be obsolete
/****************************************************************************/
//Maxium 8 bytes,the data read in will be placed in the parameter space.
-//Read operaion successeful when the paramter space is non-zero, otherwise read operation failed
+//Read operaion successeful when the parameter space is non-zero, otherwise read operation failed
typedef struct _READ_EDID_FROM_HW_I2C_DATA_PARAMETERS
{
USHORT usPrescale; //Ratio between Engine clock and I2C clock
--
2.50.1