Skip to content

Commit

Permalink
USB: wusbcore: fix up line break coding style issues in wa-hc.h
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Rahul Bedarkar authored and Greg Kroah-Hartman committed Jan 8, 2014
1 parent b0b4cb5 commit 62316ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/usb/wusbcore/wa-hc.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ struct wahc {
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
* dti_isoc_xfer_seg identify which xfer the incoming isoc packet status
* refers to.
* dti_isoc_xfer_seg identify which xfer the incoming isoc packet
* status refers to.
*/
enum wa_dti_state dti_state;
u32 dti_isoc_xfer_in_progress;
Expand All @@ -211,7 +211,7 @@ struct wahc {
void *dti_buf;
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 */

Expand Down

0 comments on commit 62316ff

Please sign in to comment.