diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 11:10:17 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 13:03:23 -0700 |
commit | ff7eb602605cc0100f089d57966fcd347e137137 (patch) | |
tree | 0abb6debffe367297ee40a71dab8588752cc701e /drivers/usb/serial/whiteheat.c | |
parent | c17ee886976b64d29ea89ee5d87751438e26025b (diff) | |
download | kernel-crypto-ff7eb602605cc0100f089d57966fcd347e137137.tar.gz kernel-crypto-ff7eb602605cc0100f089d57966fcd347e137137.tar.xz kernel-crypto-ff7eb602605cc0100f089d57966fcd347e137137.zip |
cp2101: coding style
Bring up to coding style
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 05374b99a2f..3a9d14384a4 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c @@ -646,7 +646,6 @@ static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port, struct file *filp) { int retval = 0; - struct ktermios old_term; dbg("%s - port %d", __func__, port->number); |