提交 3be11133 编写于 作者: A Andrew Miller 提交者: Greg Kroah-Hartman

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

Fixed some coding style issues.
Signed-off-by: NAndrew Miller <amiller@amilx.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 51be3926
...@@ -106,7 +106,8 @@ struct sasem_context { ...@@ -106,7 +106,8 @@ struct sasem_context {
unsigned char usb_tx_buf[8]; unsigned char usb_tx_buf[8];
struct tx_t { 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 */ struct completion finished; /* wait for write to finish */
atomic_t busy; /* write in progress */ atomic_t busy; /* write in progress */
int status; /* status of tx completion */ int status; /* status of tx completion */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册