drm/msm: fix small typo
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
687f084a3b
commit
4313c744d9
|
@ -61,7 +61,7 @@ module_param(fbdev, bool, 0600);
|
|||
#endif
|
||||
|
||||
static char *vram = "16m";
|
||||
MODULE_PARM_DESC(vram, "Configure VRAM size (for devices without IOMMU/GPUMMU");
|
||||
MODULE_PARM_DESC(vram, "Configure VRAM size (for devices without IOMMU/GPUMMU)");
|
||||
module_param(vram, charp, 0);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue