From: Jiong Du Date: Mon, 24 Oct 2016 13:50:41 +0000 (+0800) Subject: staging: ks7010: Remove trailing whitespace X-Git-Tag: v4.10-rc1~148^2~461 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b0f8525c38cc1cad317965b21b2ae93963b4fe0;p=karo-tx-linux.git staging: ks7010: Remove trailing whitespace Fixes checkpatch error: tailing whitespace Signed-off-by: Jiong Du Signed-off-by: Greg Kroah-Hartman --- 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]; };