Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: staging: rtl8192u: Fix "space required before that '*'" errors

Fix checkpatch.pl "space required before that '*'" errors

Signed-off-by: Greg Donald <gdonald@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Greg Donald and committed by
Greg Kroah-Hartman
41389e29 a5199461

+9 -9
+3 -3
drivers/staging/rtl8192u/ieee80211/ieee80211.h
··· 1211 1211 u16 reserved:1; 1212 1212 u16 txop:8; 1213 1213 }field; 1214 - }frameqos,*pframeqos; 1214 + } frameqos, *pframeqos; 1215 1215 1216 1216 /* SWEEP TABLE ENTRIES NUMBER*/ 1217 1217 #define MAX_SWEEP_TAB_ENTRIES 42 ··· 1648 1648 long threshold_40Mhzto20Mhz; 1649 1649 bool bforced_tx20Mhz; 1650 1650 bool bautoswitch_enable; 1651 - }bandwidth_autoswitch,*pbandwidth_autoswitch; 1651 + } bandwidth_autoswitch, *pbandwidth_autoswitch; 1652 1652 1653 1653 1654 1654 //added by amy for order ··· 1745 1745 // 1746 1746 bool bLeisurePs; 1747 1747 1748 - }RT_POWER_SAVE_CONTROL,*PRT_POWER_SAVE_CONTROL; 1748 + } RT_POWER_SAVE_CONTROL, *PRT_POWER_SAVE_CONTROL; 1749 1749 1750 1750 typedef u32 RT_RF_CHANGE_SOURCE; 1751 1751 #define RF_CHANGE_BY_SW BIT31
+1 -1
drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
··· 53 53 HT_MCS14 = 0x00004000, 54 54 HT_MCS15 = 0x00008000, 55 55 // Do not define MCS32 here although 8190 support MCS32 56 - }HT_MCS_RATE,*PHT_MCS_RATE; 56 + } HT_MCS_RATE, *PHT_MCS_RATE; 57 57 58 58 // 59 59 // Represent Channel Width in HT Capabilities
+4 -4
drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h
··· 66 66 typedef enum _ACK_POLICY{ 67 67 eAckPlc0_ACK = 0x00, 68 68 eAckPlc1_NoACK = 0x01, 69 - }ACK_POLICY,*PACK_POLICY; 69 + } ACK_POLICY, *PACK_POLICY; 70 70 71 71 #define WMM_PARAM_ELEMENT_SIZE (8+(4*AC_PARAM_SIZE)) 72 72 ··· 276 276 typedef enum _QOS_ELE_SUBTYPE{ 277 277 QOSELE_TYPE_INFO = 0x00, // 0x00: Information element 278 278 QOSELE_TYPE_PARAM = 0x01, // 0x01: parameter element 279 - }QOS_ELE_SUBTYPE,*PQOS_ELE_SUBTYPE; 279 + } QOS_ELE_SUBTYPE, *PQOS_ELE_SUBTYPE; 280 280 281 281 282 282 // ··· 288 288 DIR_DOWN = 1, // 0x01 // DownLink 289 289 DIR_DIRECT = 2, // 0x10 // DirectLink 290 290 DIR_BI_DIR = 3, // 0x11 // Bi-Direction 291 - }DIRECTION_VALUE,*PDIRECTION_VALUE; 291 + } DIRECTION_VALUE, *PDIRECTION_VALUE; 292 292 293 293 294 294 // ··· 363 363 eAcmWay0_SwAndHw = 0, // By SW and HW. 364 364 eAcmWay1_HW = 1, // By HW. 365 365 eAcmWay2_SW = 2, // By SW. 366 - }ACM_METHOD,*PACM_METHOD; 366 + } ACM_METHOD, *PACM_METHOD; 367 367 368 368 369 369 typedef struct _ACM{
+1 -1
drivers/staging/rtl8192u/r8192U_hw.h
··· 24 24 VERSION_819xU_A, // A-cut 25 25 VERSION_819xU_B, // B-cut 26 26 VERSION_819xU_C,// C-cut 27 - }VERSION_819xU,*PVERSION_819xU; 27 + } VERSION_819xU, *PVERSION_819xU; 28 28 //added for different RF type 29 29 typedef enum _RT_RF_TYPE_DEF 30 30 {