staging: xgifb: Don't use multiple blank lines
authorBenoit Hiller <benoit.hiller@gmail.com>
Sun, 3 Jan 2016 05:27:54 +0000 (00:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 04:14:05 +0000 (20:14 -0800)
Remove multiple blank lines. Problem found using checkpatch.pl
"CHECK: Please don't use multiple blank lines"

Signed-off-by: Benoit Hiller <benoit.hiller@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c

index 89f5b55ed546161e378f7871dd34a33910ac5b58..f11cea17f2b8adb34e1a7df1389bcfd0a4557fa6 100644 (file)
@@ -2064,8 +2064,6 @@ static struct pci_driver xgifb_driver = {
        .remove = xgifb_remove
 };
 
-
-
 /*****************************************************/
 /*                      MODULE                       */
 /*****************************************************/
This page took 0.025357 seconds and 5 git commands to generate.