[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1442408232-6472-1-git-send-email-sakshivaid95@gmail.com>
Date: Wed, 16 Sep 2015 18:27:12 +0530
From: Sakshi Vaid <sakshivaid95@...il.com>
To: oleg.drokin@...el.com
Cc: andreas.dilger@...el.com, gregkh@...uxfoundation.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Sakshi Vaid <sakshivaid95@...il.com>
Subject: [PATCH] Staging: lustre: lustre: mgc: mgc_request.c: Removed unnecessary space
Removed the unnecessary space in the declaration of a pointer.
The following error was given.
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Sakshi Vaid <sakshivaid95@...il.com>
---
drivers/staging/lustre/lustre/mgc/mgc_request.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/mgc/mgc_request.c b/drivers/staging/lustre/lustre/mgc/mgc_request.c
index 60d2b0f..8d3dbdc 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);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists