From: Hatice ERTÜRK Date: Fri, 27 Feb 2015 11:50:11 +0000 (+0200) Subject: Staging: lustre: lustre: mgc: Delete the excess white space X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=17fc7f9b9658a7846d0d920dd3b8124890f06bfa;p=deliverable%2Flinux.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/mgc/mgc_request.c b/drivers/staging/lustre/lustre/mgc/mgc_request.c index 60d2b0f12693..8d3dbdce04ff 100644 --- a/drivers/staging/lustre/lustre/mgc/mgc_request.c +++ b/drivers/staging/lustre/lustre/mgc/mgc_request.c @@ -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);