Commit 568414f1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: lnet: types.h: checkpatch cleanup: whitespace neatening

whitespace changes only - git diff -w shows no difference

Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2fd4d39
...@@ -110,7 +110,7 @@ static inline void LNetInvalidateHandle(lnet_handle_any_t *h) ...@@ -110,7 +110,7 @@ static inline void LNetInvalidateHandle(lnet_handle_any_t *h)
* *
* \return 1 if handles are equal, 0 if otherwise. * \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; return h1.cookie == h2.cookie;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment