aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010
diff options
context:
space:
mode:
authorGravatar Jiong Du <jiongdu0.0@gmail.com> 2016-10-24 21:50:41 +0800
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-10-25 09:59:49 +0200
commit7b0f8525c38cc1cad317965b21b2ae93963b4fe0 (patch)
tree1189214a317a1508b4c28fe12ee8199734718cfb /drivers/staging/ks7010
parentstaging: ks7010: ks7010_sdio.c: Fixing multiple assignments (diff)
downloadlinux-7b0f8525c38cc1cad317965b21b2ae93963b4fe0.tar.gz
linux-7b0f8525c38cc1cad317965b21b2ae93963b4fe0.tar.bz2
linux-7b0f8525c38cc1cad317965b21b2ae93963b4fe0.zip
staging: ks7010: Remove trailing whitespace
Fixes checkpatch error: tailing whitespace Signed-off-by: Jiong Du <jiongdu0.0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010')
-rw-r--r--drivers/staging/ks7010/michael_mic.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/ks7010/michael_mic.h b/drivers/staging/ks7010/michael_mic.h
index efaa21788fc7..9f6d23aaa6f1 100644
--- a/drivers/staging/ks7010/michael_mic.h
+++ b/drivers/staging/ks7010/michael_mic.h
@@ -11,12 +11,12 @@
/* MichelMIC routine define */
struct michel_mic_t {
- uint32_t K0; // Key
- uint32_t K1; // Key
- uint32_t L; // Current state
- uint32_t R; // Current state
- uint8_t M[4]; // Message accumulator (single word)
- int nBytesInM; // # bytes in M
+ uint32_t K0; // Key
+ uint32_t K1; // Key
+ uint32_t L; // Current state
+ uint32_t R; // Current state
+ uint8_t M[4]; // Message accumulator (single word)
+ int nBytesInM; // # bytes in M
uint8_t Result[8];
};