summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/tkip.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-18 10:45:05 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-18 17:21:38 -0700
commit5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7 (patch)
treea45cd96d86117e607371a6445a52fd595d91778a /drivers/staging/vt6655/tkip.h
parent947f9a0273425473a9b86bcb23d04f15a5823cf5 (diff)
downloadlinux-stable-5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7.tar.gz
linux-stable-5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7.tar.bz2
linux-stable-5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7.zip
staging:vt6655:tkip: Whitespace cleanups
Neatening only. git diff -w shows no differences. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/tkip.h')
-rw-r--r--drivers/staging/vt6655/tkip.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/vt6655/tkip.h b/drivers/staging/vt6655/tkip.h
index eb5951d726e0..b7191fac753d 100644
--- a/drivers/staging/vt6655/tkip.h
+++ b/drivers/staging/vt6655/tkip.h
@@ -47,12 +47,12 @@
/*--------------------- Export Functions --------------------------*/
void TKIPvMixKey(
- unsigned char *pbyTKey,
- unsigned char *pbyTA,
- unsigned short wTSC15_0,
- unsigned long dwTSC47_16,
- unsigned char *pbyRC4Key
- );
+ unsigned char *pbyTKey,
+ unsigned char *pbyTA,
+ unsigned short wTSC15_0,
+ unsigned long dwTSC47_16,
+ unsigned char *pbyRC4Key
+);
#endif // __TKIP_H__