Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08db6c59 authored by Soeren Moeller's avatar Soeren Moeller Committed by Greg Kroah-Hartman
Browse files

Staging: quatech_usb2: fix coding style issues



This is a patch to the file quatech_usb2.c that fixes two space before
tabular and one line of more than 80 characters warnings found by
checkpatch.pl

Signed-off-by: default avatarSoeren Moeller <soerenmoeller2001@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 933025b6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1648,10 +1648,10 @@ __func__);
			} /*endif*/
			if (tty_st && urb->actual_length) {
				tty_buffer_request_room(tty_st, 1);
				tty_insert_flip_string(tty_st,
					&((unsigned char *)(urb->transfer_buffer)
						)[i],
					1);
				tty_insert_flip_string(tty_st, &(
						(unsigned char *)
						(urb->transfer_buffer)
					)[i], 1);
			}
		} /*endfor*/
		tty_flip_buffer_push(tty_st);