Staging: lustre: lustre: mgc: Delete the excess white space

This patch fixes these error messages found by checkpatch.pl:
ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Hatice ERTÜRK 2015-02-27 13:50:11 +02:00 committed by Greg Kroah-Hartman
parent 95745e9b1d
commit 17fc7f9b96
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ struct config_llog_data *config_log_find(char *logname,
{
struct config_llog_data *cld;
struct config_llog_data *found = NULL;
void * instance;
void *instance;
LASSERT(logname != NULL);