Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6655: remove unnecessary blank lines

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>

authored by

Marko Stankovic and committed by
Greg Kroah-Hartman
5c60befe 3621014a

-2
-2
drivers/staging/vt6655/device_main.c
··· 1018 1018 } 1019 1019 1020 1020 /* TODO: adhoc PS mode */ 1021 - 1022 1021 } 1023 1022 1024 1023 if (isr & ISR_BNTX) { ··· 1701 1702 1702 1703 static int vt6655_resume(struct pci_dev *pcid) 1703 1704 { 1704 - 1705 1705 pci_set_power_state(pcid, PCI_D0); 1706 1706 pci_enable_wake(pcid, PCI_D0, 0); 1707 1707 pci_restore_state(pcid);