Commit d9ff039a authored by Simon Fong's avatar Simon Fong Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: Fix CHECK of coding style

parent 40c79667
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -702,8 +702,7 @@ exit:
	return ret;
}

static int ap2sta_data_frame(
	struct adapter *adapter,
static int ap2sta_data_frame(struct adapter *adapter,
			     struct recv_frame *precv_frame,
			     struct sta_info **psta)
{