Ver Fonte

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>
Hatice ERTÜRK há 10 anos atrás
pai
commit
17fc7f9b96
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/staging/lustre/lustre/mgc/mgc_request.c

+ 1 - 1
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);