Commit 8ce6b2d2 authored by Greg Donald's avatar Greg Donald Committed by Greg Kroah-Hartman
Browse files

drivers: staging: rtl8723au: Fix "open brace '{' following struct go on the same line" errors



Fix checkpatch.pl "open brace '{' following struct go on the same line" errors

Signed-off-by: default avatarGreg Donald <gdonald@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8e3d161a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@

#define CRC32_POLY 0x04c11db7

struct arc4context
{
struct arc4context {
	u32 x;
	u32 y;
	u8 state[256];
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,7 @@ enum{
#define IQK_BB_REG_NUM			9
#define HP_THERMAL_NUM		8
/*  duplicate code,will move to ODM ######### */
struct dm_priv
{
struct dm_priv {
	u32	InitODMFlag;

	/*  Upper and Lower Signal threshold for Rate Adaptive*/
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@
#define PHY_LINKQUALITY_SLID_WIN_MAX	20


struct phy_stat
{
struct phy_stat {
	unsigned int phydw0;
	unsigned int phydw1;
	unsigned int phydw2;
+1 −2
Original line number Diff line number Diff line
@@ -450,8 +450,7 @@ struct getrfintfs_parm {
	u8	rfintfs;
};

struct Tx_Beacon_param
{
struct Tx_Beacon_param {
	struct wlan_bssid_ex network;
};

+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
#include "linux/ieee80211.h"
#include "wifi.h"

struct ht_priv
{
struct ht_priv {
	bool	ht_option;
	bool	ampdu_enable;/* for enable Tx A-MPDU */
	/* u8	baddbareq_issued[16]; */
Loading