mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:36:44 +07:00
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 <joshua.baldock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f9bd9c1a08
commit
f51d7657cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user