From: Joshua Baldock Date: Wed, 2 Apr 2014 08:12:57 +0000 (+1100) Subject: Staging: lustre: Fixed errors reported by checkpatch.pl script for file ptllnd.h X-Git-Tag: next-20140428~14^2~310 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f51d7657cb62fe1457aa430cdfd3cddfe6272abb;p=karo-tx-linux.git Staging: lustre: Fixed errors reported by checkpatch.pl script for file ptllnd.h Added space after ',' as reported as error by checkpatch.pl script. Signed-off-by: Joshua Baldock Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/lnet/ptllnd.h b/drivers/staging/lustre/include/linux/lnet/ptllnd.h index 564f5d3a9b4d..313442a7ed3e 100644 --- a/drivers/staging/lustre/include/linux/lnet/ptllnd.h +++ b/drivers/staging/lustre/include/linux/lnet/ptllnd.h @@ -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