]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: sep: Fix missing space after return type in sep_crypto.c
authorMonam Agarwal <monamagarwal123@gmail.com>
Wed, 26 Feb 2014 05:22:36 +0000 (10:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 21:07:59 +0000 (13:07 -0800)
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>
drivers/staging/sep/sep_crypto.c

index 7fc267550c653bc080101d8c4a863ae9611f2b81..965485f71fe978bdcf0610878e8fe7537d203442 100644 (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;