浏览代码

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>
Jiong Du 8 年之前
父节点
当前提交
7b0f8525c3
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      drivers/staging/ks7010/michael_mic.h

+ 6 - 6
drivers/staging/ks7010/michael_mic.h

@@ -11,12 +11,12 @@
 
 
 /* MichelMIC routine define */
 /* MichelMIC routine define */
 struct michel_mic_t {
 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];
 	uint8_t Result[8];
 };
 };