]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: vt6655: remove unnecessary blank lines
authorMarko Stankovic <dartnorris@gmail.com>
Mon, 22 May 2017 23:19:44 +0000 (01:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:56:45 +0000 (18:56 +0200)
Fix unnecessary blank lines issues reported by checkpatch.pl

Signed-off-by: Marko Stankovic <dartnorris@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c

index 1c652f0ff3baeda33745b62a3d0ad664c428dffa..78804eaec60828735e0c5301ddd567b304efaf67 100644 (file)
@@ -1018,7 +1018,6 @@ static void vnt_interrupt_process(struct vnt_private *priv)
                        }
 
                        /* TODO: adhoc PS mode */
-
                }
 
                if (isr & ISR_BNTX) {
@@ -1702,7 +1701,6 @@ static int vt6655_suspend(struct pci_dev *pcid, pm_message_t state)
 
 static int vt6655_resume(struct pci_dev *pcid)
 {
-
        pci_set_power_state(pcid, PCI_D0);
        pci_enable_wake(pcid, PCI_D0, 0);
        pci_restore_state(pcid);