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:
parent
4a467a438a
commit
38d6bc53e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue