summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/tkip.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-19 03:55:41 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 18:16:17 (GMT)
commit96d69e201bbdb05c363e899138f9f42bc8ad8f88 (patch)
treef3ba7f8c5436cfbce1617f415febbd681fe78fd4 /drivers/staging/vt6655/tkip.c
parentbda2a44e2a015535f08aecd5c98e263098db9e75 (diff)
downloadlinux-fsl-qoriq-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.xz
staging: vt6655: Remove unnecessary blank lines
Remove a bunch of useless vertical whitespace. Convert 3 or more consecutive newlines to 2. Remove blank lines after open brace and before close brace. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/tkip.c')
-rw-r--r--drivers/staging/vt6655/tkip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/tkip.c b/drivers/staging/vt6655/tkip.c
index 83f9a41..b3e087e 100644
--- a/drivers/staging/vt6655/tkip.c
+++ b/drivers/staging/vt6655/tkip.c
@@ -125,7 +125,6 @@ const unsigned char TKIP_Sbox_Upper[256] = {
0x82, 0x29, 0x5A, 0x1E, 0x7B, 0xA8, 0x6D, 0x2C
};
-
//STKIPKeyManagement sTKIPKeyTable[MAX_TKIP_KEY];
/*--------------------- Static Functions --------------------------*/
@@ -154,7 +153,6 @@ unsigned int tkip_sbox(unsigned int index)
return left ^ right;
};
-
unsigned int rotr1(unsigned int a)
{
unsigned int b;
@@ -168,7 +166,6 @@ unsigned int rotr1(unsigned int a)
return b;
}
-
/*
* Description: Calculate RC4Key fom TK, TA, and TSC
*