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

Commit 3be11133 authored by Andrew Miller's avatar Andrew Miller Committed by Greg Kroah-Hartman
Browse files

Staging: media: lirc: lirc_sasem.c: fixed long line coding style issue



Fixed some coding style issues.

Signed-off-by: default avatarAndrew Miller <amiller@amilx.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 51be3926
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -106,7 +106,8 @@ struct sasem_context {
	unsigned char usb_tx_buf[8];

	struct tx_t {
		unsigned char data_buf[SASEM_DATA_BUF_SZ]; /* user data buffer */
		unsigned char data_buf[SASEM_DATA_BUF_SZ]; /* user data
							    * buffer */
		struct completion finished;  /* wait for write to finish  */
		atomic_t busy;		     /* write in progress */
		int status;		     /* status of tx completion */