Fixes checkpatch warning: Missing a blank line after declarations

Signed-off-by: Jiong Du <jiongdu...@gmail.com>
---
 drivers/staging/ks7010/michael_mic.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/ks7010/michael_mic.c 
b/drivers/staging/ks7010/michael_mic.c
index 5f3c1496..f1064c1 100644
--- a/drivers/staging/ks7010/michael_mic.c
+++ b/drivers/staging/ks7010/michael_mic.c
@@ -64,6 +64,7 @@ static
 void MichaelAppend(struct michel_mic_t *Mic, uint8_t *src, int nBytes)
 {
        int addlen;
+
        if (Mic->nBytesInM) {
                addlen = 4 - Mic->nBytesInM;
                if (addlen > nBytes)
@@ -98,6 +99,7 @@ static
 void MichaelGetMIC(struct michel_mic_t *Mic, uint8_t *dst)
 {
        uint8_t *data = Mic->M;
+
        switch (Mic->nBytesInM) {
        case 0:
                Mic->L ^= 0x5a;
-- 
2.10.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to