提交 e2ba2cb3 编写于 作者: N Namrata A Shettar 提交者: Greg Kroah-Hartman

staging: media: lirc: Remove multiple blank lines

Remove multiple blank lines to resolve checkpatch issue.
Signed-off-by: NNamrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册