mirror of https://gitee.com/openkylin/linux.git
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:
parent
95745e9b1d
commit
17fc7f9b96
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue