Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647479
| From | Marko Stankovic <dartnorris@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] staging: vt6655: remove unnecessary blank lines |
| Date | 2017-05-23 01:30 +0200 |
| Message-ID | <tK4VX-3CT-5@gated-at.bofh.it> (permalink) |
| References | <tK4VX-3CT-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix unnecessary blank lines issues reported by checkpatch.pl
Signed-off-by: Marko Stankovic <dartnorris@gmail.com>
---
drivers/staging/vt6655/device_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index 1c652f0ff3ba..78804eaec608 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -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);
--
2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] staging: vt6655: replace NULL comparison with '!' operator Marko Stankovic <dartnorris@gmail.com> - 2017-05-23 01:30 +0200 [PATCH 2/2] staging: vt6655: remove unnecessary blank lines Marko Stankovic <dartnorris@gmail.com> - 2017-05-23 01:30 +0200
csiph-web