drm/amd/pm: Fix spelling mistake "aquire" -> "acquire"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 17 Apr 2023 17:42:37 +0000 (18:42 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:54 +0000 (16:28 -0400)
There is a spelling mistake in the smu_i2c_bus_access prototype. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h

index 5ce433e2c16a569b89e7a3a2bb17c223d3254105..f1580a26a85061039b380e1ae0b7627a6629c9c5 100644 (file)
@@ -359,7 +359,7 @@ struct pp_hwmgr_func {
        int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks);
        int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
        int (*asic_reset)(struct pp_hwmgr *hwmgr, enum SMU_ASIC_RESET_MODE mode);
-       int (*smu_i2c_bus_access)(struct pp_hwmgr *hwmgr, bool aquire);
+       int (*smu_i2c_bus_access)(struct pp_hwmgr *hwmgr, bool acquire);
        int (*set_df_cstate)(struct pp_hwmgr *hwmgr, enum pp_df_cstate state);
        int (*set_xgmi_pstate)(struct pp_hwmgr *hwmgr, uint32_t pstate);
        int (*disable_power_features_for_compute_performance)(struct pp_hwmgr *hwmgr,