mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
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:
committed by
Greg Kroah-Hartman
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
|
||||
|
||||
Reference in New Issue
Block a user