]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ks7010: Remove trailing whitespace
authorJiong Du <jiongdu0.0@gmail.com>
Mon, 24 Oct 2016 13:50:41 +0000 (21:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 07:59:49 +0000 (09:59 +0200)
Fixes checkpatch error: tailing whitespace

Signed-off-by: Jiong Du <jiongdu0.0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/michael_mic.h

index efaa21788fc77e66d6d058bb1739bcc8c7d10b5e..9f6d23aaa6f1e456400eefd0f474b89b15ec13bd 100644 (file)
 
 /* 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];
 };