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

Commit 62316ff4 authored by Rahul Bedarkar's avatar Rahul Bedarkar Committed by Greg Kroah-Hartman
Browse files

USB: wusbcore: fix up line break coding style issues in wa-hc.h

parent b0b4cb5c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -199,8 +199,8 @@ struct wahc {
	/*
	 * 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;
@@ -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 */