staging: xgifb: Don't use multiple blank lines

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>
This commit is contained in:
Benoit Hiller 2016-01-03 00:27:54 -05:00 committed by Greg Kroah-Hartman
parent fdfda9a640
commit 13126077b2

View file

@ -2064,8 +2064,6 @@ static struct pci_driver xgifb_driver = {
.remove = xgifb_remove
};
/*****************************************************/
/* MODULE */
/*****************************************************/