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/pp: Fix spelling mistake: "suppported" -> "supported"

Trivial fix to spelling mistake in pr_warn warning message text

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Colin Ian King and committed by
Alex Deucher
986567e4 b13aa109

+1 -1
+1 -1
drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
··· 46 46 sizeof(struct pp_power_state); 47 47 48 48 if (table_entries == 0 || size == 0) { 49 - pr_warn("Please check whether power state management is suppported on this asic\n"); 49 + pr_warn("Please check whether power state management is supported on this asic\n"); 50 50 return 0; 51 51 } 52 52