Staging: dgnc: Fix warning of code style
This patch fixes checkpatch.pl WARNING: Line longer than 80 chars. Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9e39ab27fb
commit
371ec40392
@ -606,7 +606,9 @@ static int dgnc_found_board(struct pci_dev *pdev, int id)
|
||||
dgnc_create_ports_sysfiles(brd);
|
||||
|
||||
/* init our poll helper tasklet */
|
||||
tasklet_init(&brd->helper_tasklet, brd->bd_ops->tasklet, (unsigned long) brd);
|
||||
tasklet_init(&brd->helper_tasklet,
|
||||
brd->bd_ops->tasklet,
|
||||
(unsigned long) brd);
|
||||
|
||||
spin_lock_irqsave(&dgnc_global_lock, flags);
|
||||
brd->msgbuf = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user