From: Ben Skeggs Date: Sat, 7 Jan 2012 06:48:52 +0000 (+1000) Subject: drm/nouveau: fix typo on mxmdcb option X-Git-Tag: v3.3-rc3~33^2~6^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eb8a619b43c1e99179ebadbc9c614ed37358f2d;p=thirdparty%2Fkernel%2Flinux.git drm/nouveau: fix typo on mxmdcb option Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index e4a7cfe7898dc..81d7962e7252c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.c +++ b/drivers/gpu/drm/nouveau/nouveau_drv.c @@ -124,7 +124,7 @@ MODULE_PARM_DESC(ctxfw, "Use external HUB/GPC ucode (fermi)\n"); int nouveau_ctxfw; module_param_named(ctxfw, nouveau_ctxfw, int, 0400); -MODULE_PARM_DESC(ctxfw, "Santise DCB table according to MXM-SIS\n"); +MODULE_PARM_DESC(mxmdcb, "Santise DCB table according to MXM-SIS\n"); int nouveau_mxmdcb = 1; module_param_named(mxmdcb, nouveau_mxmdcb, int, 0400);