From fe3600f33814a05389b18bc368410913c8bd395d Mon Sep 17 00:00:00 2001
From: Bryan Thompson <bryan.thompson@unisys.com>
Date: Thu, 30 Oct 2014 16:18:51 -0400
Subject: [PATCH] staging: unisys: virtpci: Use a single blank line to separate
 code blocks

Remove one blank line of two between function variable declaration and implementation in
virt_pci_mod_init().

Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/staging/unisys/virtpci/virtpci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/staging/unisys/virtpci/virtpci.c
index 07d1966e8b357..f13daab98e566 100644
--- a/drivers/staging/unisys/virtpci/virtpci.c
+++ b/drivers/staging/unisys/virtpci/virtpci.c
@@ -1502,7 +1502,6 @@ static int __init virtpci_mod_init(void)
 {
 	int ret;
 
-
 	if (!unisys_spar_platform)
 		return -ENODEV;
 
-- 
2.30.2