From: Bryan Thompson Date: Thu, 30 Oct 2014 20:18:51 +0000 (-0400) Subject: staging: unisys: virtpci: Use a single blank line to separate code blocks X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~9070^2~544 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fe3600f33814a05389b18bc368410913c8bd395d;p=mirror_ubuntu-artful-kernel.git 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 Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/staging/unisys/virtpci/virtpci.c index 07d1966e8b35..f13daab98e56 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;