* [PATCH] Staging: lustre: lustre: mgc: mgc_request.c: Removed unnecessary space
@ 2015-09-16 12:57 Sakshi Vaid
2015-09-17 4:25 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Sakshi Vaid @ 2015-09-16 12:57 UTC (permalink / raw)
To: oleg.drokin; +Cc: andreas.dilger, gregkh, devel, linux-kernel, Sakshi Vaid
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@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Staging: lustre: lustre: mgc: mgc_request.c: Removed unnecessary space
2015-09-16 12:57 [PATCH] Staging: lustre: lustre: mgc: mgc_request.c: Removed unnecessary space Sakshi Vaid
@ 2015-09-17 4:25 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-09-17 4:25 UTC (permalink / raw)
To: Sakshi Vaid; +Cc: oleg.drokin, andreas.dilger, devel, linux-kernel
On Wed, Sep 16, 2015 at 06:27:12PM +0530, Sakshi Vaid wrote:
> 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@gmail.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);
>
This also doesn't apply :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-17 4:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 12:57 [PATCH] Staging: lustre: lustre: mgc: mgc_request.c: Removed unnecessary space Sakshi Vaid
2015-09-17 4:25 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox