mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
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: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1bb6d9b950
commit
0f79619d70
@ -21,7 +21,6 @@
|
||||
#ifndef __R8192UDM_H__
|
||||
#define __R8192UDM_H__
|
||||
|
||||
|
||||
/*--------------------------Define Parameters-------------------------------*/
|
||||
#define DM_DIG_THRESH_HIGH 40
|
||||
#define DM_DIG_THRESH_LOW 35
|
||||
@ -62,7 +61,6 @@
|
||||
#define REG_C38_TH 20
|
||||
/*--------------------------Define Parameters-------------------------------*/
|
||||
|
||||
|
||||
/*------------------------------Define structure----------------------------*/
|
||||
|
||||
enum dig_algorithm {
|
||||
@ -147,18 +145,15 @@ struct tx_config_cmd {
|
||||
|
||||
/*------------------------------Define structure----------------------------*/
|
||||
|
||||
|
||||
/*------------------------Export global variable----------------------------*/
|
||||
extern struct dig dm_digtable;
|
||||
extern u8 dm_shadow[16][256];
|
||||
/*------------------------Export global variable----------------------------*/
|
||||
|
||||
|
||||
/*------------------------Export Marco Definition---------------------------*/
|
||||
|
||||
/*------------------------Export Marco Definition---------------------------*/
|
||||
|
||||
|
||||
/*--------------------------Exported Function prototype---------------------*/
|
||||
void init_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);
|
||||
void dm_initialize_txpower_tracking(struct net_device *dev);
|
||||
/*--------------------------Exported Function prototype---------------------*/
|
||||
|
||||
|
||||
#endif /*__R8192UDM_H__ */
|
||||
|
||||
|
||||
/* End of r8192U_dm.h */
|
||||
|
Loading…
Reference in New Issue
Block a user