1
0
Fork 0

Staging: sep: Fix missing space after return type in sep_crypto.c

This patch fixes the following checkpatch.pl warning in sep_main.c
WARNING: Missing space after return type

Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
wifi-calibration
Monam Agarwal 2014-02-26 10:52:36 +05:30 committed by Greg Kroah-Hartman
parent 4a467a438a
commit 38d6bc53e2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ static void sep_do_callback(struct work_struct *work)
* on what operation is to be done
*/
static int sep_submit_work(struct workqueue_struct *work_queue,
void(*funct)(void *),
void (*funct)(void *),
void *data)
{
struct sep_work_struct *sep_work;