]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: ks7010: ks*: Add missing blank lines after declarations
authorShiva Kerdel <shiva@exdev.nl>
Thu, 16 Feb 2017 15:31:01 +0000 (16:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:28:27 +0000 (10:28 -0800)
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>
drivers/staging/ks7010/ks7010_sdio.h
drivers/staging/ks7010/ks_wlan.h

index 0165994605acd9fcdc9b34fd31ba0f652340fc8c..d7e1523a222f4031e07fe9e988b0c29aa4e3b70b 100644 (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 */
index c7fa508bffe40c2aaaddebe0388deec6dd8ac55b..f0c083b2b6aa61891ad3aa38aa28cf9910ee489c 100644 (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