mirror of https://gitee.com/openkylin/linux.git
staging:lustre:lnet: lib-types.h Fix unnecessary space func. pointer name.
Fix checkpatch.pl issues with unnecessary space after function pointer name in lib-types.h Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a95cdab3ce
commit
b11866b31b
|
@ -321,8 +321,8 @@ typedef struct lnet_lnd
|
|||
/* fields initialised by the LND */
|
||||
unsigned int lnd_type;
|
||||
|
||||
int (*lnd_startup) (struct lnet_ni *ni);
|
||||
void (*lnd_shutdown) (struct lnet_ni *ni);
|
||||
int (*lnd_startup)(struct lnet_ni *ni);
|
||||
void (*lnd_shutdown)(struct lnet_ni *ni);
|
||||
int (*lnd_ctl)(struct lnet_ni *ni, unsigned int cmd, void *arg);
|
||||
|
||||
/* In data movement APIs below, payload buffers are described as a set
|
||||
|
|
Loading…
Reference in New Issue