Commit a7fa4f2d authored by Aditya Gollamudi's avatar Aditya Gollamudi Committed by Alex Deucher
Browse files

drm/amd/display: fix typo in display_mode_core_structs.h



Fix a typo in a comment, change "enviroment" to "environment" in
drivers/gpu/drm/amd/display/dc/dml2/display_mode_core_structs.h

Fixes: e6a8a000 ("drm/amd/display: Rename dml2 to dml2_0 folder")
Acked-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: default avatarAditya Gollamudi <adigollamudi@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarRoman Li <roman.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 54da09c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1893,7 +1893,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;