drm/radeon/kms/avivo: fix typo in new_pll module description
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 10 Dec 2009 00:38:58 +0000 (19:38 -0500)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Dec 2009 04:12:13 +0000 (14:12 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c

index 2807724..c5c45e6 100644 (file)
@@ -121,7 +121,7 @@ module_param_named(connector_table, radeon_connector_table, int, 0444);
 MODULE_PARM_DESC(tv, "TV enable (0 = disable)");
 module_param_named(tv, radeon_tv, int, 0444);
 
-MODULE_PARM_DESC(r4xx_atom, "Select new PLL code for AVIVO chips");
+MODULE_PARM_DESC(new_pll, "Select new PLL code for AVIVO chips");
 module_param_named(new_pll, radeon_new_pll, int, 0444);
 
 static int radeon_suspend(struct drm_device *dev, pm_message_t state)