diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-03-15 03:21:36 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-03-24 03:31:10 +0000 |
| commit | e5527d8ce28bf24b827016637a5239ce08f9df0a (patch) | |
| tree | 55ec18edd7630c998cf2b4a4be2fe87928a0930e /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amd/display: remove redundant initialization of variable result (diff) | |
| download | kernel-e5527d8ce28bf24b827016637a5239ce08f9df0a.tar.gz kernel-e5527d8ce28bf24b827016637a5239ce08f9df0a.zip | |
drm/amd/pm: Mundane typo fixes in the file amdgpu_pm.c
s/"an minimum"/"a minimum"/
s/"an maxmum"/"a maximum"/
Reviewed-by: Huang Rui <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 240bfb05ce2d..2627870a786e 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -2906,9 +2906,9 @@ static ssize_t amdgpu_hwmon_show_mclk_label(struct device *dev, * * - pwm1_max: pulse width modulation fan control maximum level (255) * - * - fan1_min: an minimum value Unit: revolution/min (RPM) + * - fan1_min: a minimum value Unit: revolution/min (RPM) * - * - fan1_max: an maxmum value Unit: revolution/max (RPM) + * - fan1_max: a maximum value Unit: revolution/max (RPM) * * - fan1_input: fan speed in RPM * |
