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

Staging/frontier/tranzport: coding style fixes

added newlines after declarations in two places

Signed-off-by: Robin Schroer <sulamiification@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Robin Schroer and committed by
Greg Kroah-Hartman
3151878e 7b38ba17

+2
+2
drivers/staging/frontier/tranzport.c
··· 475 475 { 476 476 struct usb_tranzport *dev; 477 477 unsigned int mask = 0; 478 + 478 479 dev = file->private_data; 479 480 poll_wait(file, &dev->read_wait, wait); 480 481 poll_wait(file, &dev->write_wait, wait); ··· 938 937 { 939 938 struct usb_tranzport *dev; 940 939 int minor; 940 + 941 941 mutex_lock(&disconnect_mutex); 942 942 dev = usb_get_intfdata(intf); 943 943 usb_set_intfdata(intf, NULL);