mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 21:30:43 +00:00
USB: wusbcore: fix up line break coding style issues in wa-hc.h
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b0b4cb5cd1
commit
62316ff4bc
@ -197,10 +197,10 @@ struct wahc {
|
|||||||
struct mutex rpipe_mutex; /* assigning resources to endpoints */
|
struct mutex rpipe_mutex; /* assigning resources to endpoints */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* dti_state is used to track the state of the dti_urb. When dti_state
|
* dti_state is used to track the state of the dti_urb. When dti_state
|
||||||
* is WA_DTI_ISOC_PACKET_STATUS_PENDING, dti_isoc_xfer_in_progress and
|
* is WA_DTI_ISOC_PACKET_STATUS_PENDING, dti_isoc_xfer_in_progress and
|
||||||
* dti_isoc_xfer_seg identify which xfer the incoming isoc packet status
|
* dti_isoc_xfer_seg identify which xfer the incoming isoc packet
|
||||||
* refers to.
|
* status refers to.
|
||||||
*/
|
*/
|
||||||
enum wa_dti_state dti_state;
|
enum wa_dti_state dti_state;
|
||||||
u32 dti_isoc_xfer_in_progress;
|
u32 dti_isoc_xfer_in_progress;
|
||||||
@ -211,7 +211,7 @@ struct wahc {
|
|||||||
void *dti_buf;
|
void *dti_buf;
|
||||||
size_t dti_buf_size;
|
size_t dti_buf_size;
|
||||||
|
|
||||||
unsigned long dto_in_use; /* protect dto endoint serialization. */
|
unsigned long dto_in_use; /* protect dto endoint serialization */
|
||||||
|
|
||||||
s32 status; /* For reading status */
|
s32 status; /* For reading status */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user