mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user