Commit b5c9ecab authored by Vincent Batts's avatar Vincent Batts Committed by Alex Deucher
Browse files

drm/radeon: typo in parameter description



"defaul" -> "default"

Signed-off-by: default avatarVincent Batts <vbatts@hashbangbash.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4535cb9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ module_param_named(pcie_gen2, radeon_pcie_gen2, int, 0444);
MODULE_PARM_DESC(msi, "MSI support (1 = enable, 0 = disable, -1 = auto)");
module_param_named(msi, radeon_msi, int, 0444);

MODULE_PARM_DESC(lockup_timeout, "GPU lockup timeout in ms (defaul 10000 = 10 seconds, 0 = disable)");
MODULE_PARM_DESC(lockup_timeout, "GPU lockup timeout in ms (default 10000 = 10 seconds, 0 = disable)");
module_param_named(lockup_timeout, radeon_lockup_timeout, int, 0444);

MODULE_PARM_DESC(fastfb, "Direct FB access for IGP chips (0 = disable, 1 = enable)");