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

Fixed some coding style issues.

Signed-off-by: Andrew Miller <amiller@amilx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Andrew Miller 2012-02-29 17:10:08 -05:00 committed by Greg Kroah-Hartman
parent 51be392603
commit 3be11133bf

View file

@ -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 */