Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: gdm724x: remove multiple blank lines

This patch removes multiple blank lines in order to follow linux
kernel coding style.

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ioana Ciornei and committed by
Greg Kroah-Hartman
a487db8b 7b7df122

-4
-4
drivers/staging/gdm724x/gdm_mux.c
··· 48 48 {} 49 49 }; 50 50 51 - 52 51 MODULE_DEVICE_TABLE(usb, id_table); 53 52 54 53 static int packet_type_to_index(u16 packetType) ··· 148 149 list_add_tail(&r->free_list, &rx->rx_free_list); 149 150 spin_unlock_irqrestore(&rx->free_list_lock, flags); 150 151 } 151 - 152 152 153 153 static int up_to_host(struct mux_rx *r) 154 154 { ··· 472 474 spin_unlock_irqrestore(&rx->to_host_lock, flags); 473 475 } 474 476 475 - 476 477 static int init_usb(struct mux_dev *mux_dev) 477 478 { 478 479 struct mux_rx *r; ··· 608 611 } 609 612 610 613 mux_dev->usb_state = PM_SUSPEND; 611 - 612 614 613 615 spin_lock_irqsave(&rx->submit_list_lock, flags); 614 616 list_for_each_entry_safe(r, r_next, &rx->rx_submit_list,