diff options
author | Joe Perches <joe@perches.com> | 2013-03-18 10:45:05 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 17:21:38 -0700 |
commit | 5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7 (patch) | |
tree | a45cd96d86117e607371a6445a52fd595d91778a /drivers/staging/vt6655/tkip.h | |
parent | 947f9a0273425473a9b86bcb23d04f15a5823cf5 (diff) |
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.h | 12 |
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__ |