mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
Staging: ks7010: ks*: Add missing blank lines after declarations
A blank line should be added after function/struct/union/enum declarations. Signed-off-by: Shiva Kerdel <shiva@exdev.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
614dd644cb
commit
38fb746872
@ -142,6 +142,7 @@ struct rx_device {
|
||||
unsigned int qtail; /* rx buffer queue last pointer */
|
||||
spinlock_t rx_dev_lock;
|
||||
};
|
||||
|
||||
#define ROM_FILE "ks7010sd.rom"
|
||||
|
||||
#endif /* _KS7010_SDIO_H */
|
||||
|
@ -363,6 +363,7 @@ struct wpa_key_t {
|
||||
u8 tx_mic_key[MIC_KEY_SIZE];
|
||||
u8 rx_mic_key[MIC_KEY_SIZE];
|
||||
};
|
||||
|
||||
#define WPA_KEY_INDEX_MAX 4
|
||||
#define WPA_RX_SEQ_LEN 6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user