]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: fix typo in display_mode_core_structs.h
authorAdi Gollamudi <adigollamudi@gmail.com>
Sun, 12 Oct 2025 19:13:19 +0000 (12:13 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 Oct 2025 22:20:40 +0000 (18:20 -0400)
Fix a typo in a comment, change "enviroment" to "environment" in
drivers/gpu/drm/amd/display/dc/dml2/display_mode_core_structs.h

Signed-off-by: Aditya Gollamudi <adigollamudi@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/display_mode_core_structs.h

index dbeb084660922fc448afbf537e52f23619103fad..d57717b023ebf029c86d53fcf2bc2548a820cb7b 100644 (file)
@@ -1894,7 +1894,7 @@ struct display_mode_lib_scratch_st {
        struct CalculatePrefetchSchedule_params_st CalculatePrefetchSchedule_params;
 };
 
-/// @brief Represent the overall soc/ip enviroment. It contains data structure represent the soc/ip characteristic and also structures that hold calculation output
+/// @brief Represent the overall soc/ip environment. It contains data structure represent the soc/ip characteristic and also structures that hold calculation output
 struct display_mode_lib_st {
        dml_uint_t project;