diff options
author | Alan Cox <alan@redhat.com> | 2009-01-02 14:42:56 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-02 19:19:36 +0100 |
commit | d95186d1f455b4b901121ba69d0680800fb4b57b (patch) | |
tree | 80740859d8c84b4177a2a0914662354ae9a7ca93 /sound/pcmcia | |
parent | devpts: Coding style clean up (diff) | |
download | linux-d95186d1f455b4b901121ba69d0680800fb4b57b.tar.xz linux-d95186d1f455b4b901121ba69d0680800fb4b57b.zip |
sierra: Fix formatting
Andrew Morton wrote:
in drivers/usb/serial/sierra.c:
} else {
if (urb->actual_length) {
+ tty = tty_port_tty_get(&port->port);
tty_buffer_request_room(tty, urb->actual_length);
it's missing a tab.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/pcmcia')
0 files changed, 0 insertions, 0 deletions