Staging: lustre: Fixed errors reported by checkpatch.pl script for file ptllnd.h
authorJoshua Baldock <joshua.baldock@gmail.com>
Wed, 2 Apr 2014 08:12:57 +0000 (19:12 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2014 03:23:22 +0000 (20:23 -0700)
Added space after ',' as reported as error by checkpatch.pl script.

Signed-off-by: Joshua Baldock <joshua.baldock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/lnet/ptllnd.h

index 564f5d3a9b4d0d41ba972bb2d3921e621f5e3c19..313442a7ed3e0f1f20a17726f58b56a86f6115fd 100644 (file)
@@ -66,7 +66,7 @@
 /*#define PTL_MD_LUSTRE_COMPLETION_SEMANTICS */
 
 /* Can compare handles directly on Cray Portals */
-#define PtlHandleIsEqual(a,b) ((a) == (b))
+#define PtlHandleIsEqual(a, b) ((a) == (b))
 
 /* Different error types on Cray Portals*/
 #define ptl_err_t ptl_ni_fail_t