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:
Aybuke Ozdemir 2014-03-19 00:41:47 +02:00 committed by Greg Kroah-Hartman
parent a95cdab3ce
commit b11866b31b
1 changed files with 2 additions and 2 deletions

View File

@ -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