Staging: ks7010: Use "foo *bar" instead of "foo * bar".
This issue was found by checkpatch. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
55d6aacd43
commit
d14d3557cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user