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:
Родитель
d2fd4d395a
Коммит
568414f1ee
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче