Commit e2ba2cb3 authored by Namrata A Shettar's avatar Namrata A Shettar Committed by Greg Kroah-Hartman

staging: media: lirc: Remove multiple blank lines

Remove multiple blank lines to resolve checkpatch issue.
Signed-off-by: default avatarNamrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06a4f429
......@@ -163,7 +163,6 @@ int init_module(void)
return rc;
}
void cleanup_module(void)
{
struct pci_dev *pdev = to_pci_dev(atir_driver.dev);
......@@ -174,7 +173,6 @@ void cleanup_module(void)
pci_dev_put(pdev);
}
static int atir_init_start(void)
{
pci_addr_lin = ioremap(pci_addr_phys + DATA_PCI_OFF, 0x400);
......@@ -190,7 +188,6 @@ static void cycle_delay(int cycle)
udelay(WAIT_CYCLE*cycle);
}
static int poll_main(void)
{
unsigned char status_high, status_low;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment