Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Monam Agarwal and committed by
Greg Kroah-Hartman
38d6bc53 4a467a43

+1 -1
+1 -1
drivers/staging/sep/sep_crypto.c
··· 112 112 * on what operation is to be done 113 113 */ 114 114 static int sep_submit_work(struct workqueue_struct *work_queue, 115 - void(*funct)(void *), 115 + void (*funct)(void *), 116 116 void *data) 117 117 { 118 118 struct sep_work_struct *sep_work;