Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm: Fix spelling mistake "aquire" -> "acquire"

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>

authored by

Colin Ian King and committed by
Alex Deucher
7f102a90 4f18b9a6

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h
··· 359 359 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); 360 360 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state); 361 361 int (*asic_reset)(struct pp_hwmgr *hwmgr, enum SMU_ASIC_RESET_MODE mode); 362 - int (*smu_i2c_bus_access)(struct pp_hwmgr *hwmgr, bool aquire); 362 + int (*smu_i2c_bus_access)(struct pp_hwmgr *hwmgr, bool acquire); 363 363 int (*set_df_cstate)(struct pp_hwmgr *hwmgr, enum pp_df_cstate state); 364 364 int (*set_xgmi_pstate)(struct pp_hwmgr *hwmgr, uint32_t pstate); 365 365 int (*disable_power_features_for_compute_performance)(struct pp_hwmgr *hwmgr,