From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 01:40:36 +0000 (-0700) Subject: staging: lnet: types.h: checkpatch cleanup: whitespace neatening X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=568414f1ee340626482fa3bbeb2786525835d0c4;p=deliverable%2Flinux.git staging: lnet: types.h: checkpatch cleanup: whitespace neatening whitespace changes only - git diff -w shows no difference Cc: Joe Perches Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/lnet/types.h b/drivers/staging/lustre/include/linux/lnet/types.h index 2add7976b3b2..fd6a03451b1d 100644 --- a/drivers/staging/lustre/include/linux/lnet/types.h +++ b/drivers/staging/lustre/include/linux/lnet/types.h @@ -110,7 +110,7 @@ static inline void LNetInvalidateHandle(lnet_handle_any_t *h) * * \return 1 if handles are equal, 0 if otherwise. */ -static inline int LNetHandleIsEqual (lnet_handle_any_t h1, lnet_handle_any_t h2) +static inline int LNetHandleIsEqual(lnet_handle_any_t h1, lnet_handle_any_t h2) { return h1.cookie == h2.cookie; }