Staging: lustre: lustre: mgc: Delete the excess white space
authorHatice ERTÜRK <haticeerturk27@gmail.com>
Fri, 27 Feb 2015 11:50:11 +0000 (13:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Mar 2015 23:14:53 +0000 (15:14 -0800)
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>
drivers/staging/lustre/lustre/mgc/mgc_request.c

index 60d2b0f12693939191a45b0701557a93ff6fb8a4..8d3dbdce04ffee5c0e09de2a92347b9f9f781d03 100644 (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);