Commit 0f79619d authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman

staging:rtl8192u: Clean up of spacing - Style

Multiple blank line, which cause an issue with checkpath, have been
removed and the spacing of definitions have been aligned to look
cleaner.

These are coding style changes which should have no impact on
runtime code execution.
Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1bb6d9b9
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef __R8192UDM_H__ #ifndef __R8192UDM_H__
#define __R8192UDM_H__ #define __R8192UDM_H__
/*--------------------------Define Parameters-------------------------------*/ /*--------------------------Define Parameters-------------------------------*/
#define DM_DIG_THRESH_HIGH 40 #define DM_DIG_THRESH_HIGH 40
#define DM_DIG_THRESH_LOW 35 #define DM_DIG_THRESH_LOW 35
...@@ -62,7 +61,6 @@ ...@@ -62,7 +61,6 @@
#define REG_C38_TH 20 #define REG_C38_TH 20
/*--------------------------Define Parameters-------------------------------*/ /*--------------------------Define Parameters-------------------------------*/
/*------------------------------Define structure----------------------------*/ /*------------------------------Define structure----------------------------*/
enum dig_algorithm { enum dig_algorithm {
...@@ -147,18 +145,15 @@ struct tx_config_cmd { ...@@ -147,18 +145,15 @@ struct tx_config_cmd {
/*------------------------------Define structure----------------------------*/ /*------------------------------Define structure----------------------------*/
/*------------------------Export global variable----------------------------*/ /*------------------------Export global variable----------------------------*/
extern struct dig dm_digtable; extern struct dig dm_digtable;
extern u8 dm_shadow[16][256]; extern u8 dm_shadow[16][256];
/*------------------------Export global variable----------------------------*/ /*------------------------Export global variable----------------------------*/
/*------------------------Export Marco Definition---------------------------*/ /*------------------------Export Marco Definition---------------------------*/
/*------------------------Export Marco Definition---------------------------*/ /*------------------------Export Marco Definition---------------------------*/
/*--------------------------Exported Function prototype---------------------*/ /*--------------------------Exported Function prototype---------------------*/
void init_hal_dm(struct net_device *dev); void init_hal_dm(struct net_device *dev);
void deinit_hal_dm(struct net_device *dev); void deinit_hal_dm(struct net_device *dev);
...@@ -178,8 +173,6 @@ void dm_shadow_init(struct net_device *dev); ...@@ -178,8 +173,6 @@ void dm_shadow_init(struct net_device *dev);
void dm_initialize_txpower_tracking(struct net_device *dev); void dm_initialize_txpower_tracking(struct net_device *dev);
/*--------------------------Exported Function prototype---------------------*/ /*--------------------------Exported Function prototype---------------------*/
#endif /*__R8192UDM_H__ */ #endif /*__R8192UDM_H__ */
/* End of r8192U_dm.h */ /* End of r8192U_dm.h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment