Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau: fix typo on mxmdcb option

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

+1 -1
+1 -1
drivers/gpu/drm/nouveau/nouveau_drv.c
··· 124 124 int nouveau_ctxfw; 125 125 module_param_named(ctxfw, nouveau_ctxfw, int, 0400); 126 126 127 - MODULE_PARM_DESC(ctxfw, "Santise DCB table according to MXM-SIS\n"); 127 + MODULE_PARM_DESC(mxmdcb, "Santise DCB table according to MXM-SIS\n"); 128 128 int nouveau_mxmdcb = 1; 129 129 module_param_named(mxmdcb, nouveau_mxmdcb, int, 0400); 130 130