Staging: ks7010: Use "foo *bar" instead of "foo * bar".
authorSandhya Bankar <bankarsandhya512@gmail.com>
Tue, 20 Sep 2016 07:39:58 +0000 (13:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:56:17 +0000 (13:56 +0200)
This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/michael_mic.h

index 89f17d5..efaa217 100644 (file)
@@ -20,6 +20,6 @@ struct michel_mic_t {
        uint8_t Result[8];
 };
 
-void MichaelMICFunction(struct michel_mic_t *Mic, uint8_t * Key,
-                       uint8_t * Data, int Len, uint8_t priority,
-                       uint8_t * Result);
+void MichaelMICFunction(struct michel_mic_t *Mic, uint8_t *Key,
+                       uint8_t *Data, int Len, uint8_t priority,
+                       uint8_t *Result);