mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3621014af3
commit
5c60befe6d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user