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:
Shiva Kerdel 2017-02-16 16:31:01 +01:00 committed by Greg Kroah-Hartman
parent 614dd644cb
commit 38fb746872
2 changed files with 2 additions and 0 deletions

View file

@ -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 */

View file

@ -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