These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / sm750fb / readme
index ab9af79..cfa4595 100644 (file)
@@ -5,7 +5,7 @@ Introduction:
        - 2D acceleration
        - 16MB integrated video memory
 
-About the kernel module paramter of driver:
+About the kernel module parameter of driver:
 
        Use 1280,8bpp index color and 60 hz mode:
        insmod ./sm750fb.ko g_option="1280x1024-8@60"
@@ -20,16 +20,16 @@ About the kernel module paramter of driver:
        and user can use con2fb to link fbX and ttyX
 
        Notes:
-       1) if you build the driver with built-in method, the paramter
+       1) if you build the driver with built-in method, the parameter
                you edited in the grub config file will be also the
-               same format as above modular method,but additionaly add
+               same format as above modular method,but additionally add
                "video=sm750fb:"
                ahead of parameters,so,it looks like:
                video=sm750fb:noaccel,1280x1024@60,otherparam,etc...
                it equal to modular method with below command:
                insmod ./sm750fb.ko g_option="noaccel:1280x1024@60:otherparm:etc..."
 
-       2) if you put 800x600 into the paramter without bpp and
+       2) if you put 800x600 into the parameter without bpp and
                refresh rate, kernel driver will defaulty use 16bpp and 60hz
 
 Important: