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>
This commit is contained in:
Monam Agarwal 2014-02-26 10:52:36 +05:30 committed by Greg Kroah-Hartman
parent 4a467a438a
commit 38d6bc53e2

View file

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