staging: gma500: Remove extra semi-colon.
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 30 Mar 2011 09:01:42 +0000 (10:01 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 18:27:49 +0000 (11:27 -0700)
The patch below removes an extra semi-colon from various parts
of the kernel. Please have a look when you have time, and let
me know if its legit or not.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/gma500/psb_fb.c

index c15e2f9..dc6f74a 100644 (file)
@@ -192,7 +192,7 @@ static int psbfb_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
        struct drm_device *dev = psbfb->base.dev;
        struct drm_psb_private *dev_priv = dev->dev_private;
        struct psb_gtt *pg = dev_priv->pg;
-       unsigned long phys_addr = (unsigned long)pg->stolen_base;;
+       unsigned long phys_addr = (unsigned long)pg->stolen_base;
 
        page_num = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;