* [PATCH] staging: lustre: Fix spacing error in libcfs_string.c
@ 2015-01-11 18:44 Nickolaus Woodruff
2015-01-18 0:00 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Nickolaus Woodruff @ 2015-01-11 18:44 UTC (permalink / raw)
To: andreas.dilger, oleg.drokin; +Cc: HPDD-discuss, linux-kernel, gregkh, devel
This patch fixes the following checkpatch.pl error in libcfs_string.c:
ERROR: spaces required around that '='
Signed-off-by: Nickolaus Woodruff <nickolauswoodruff@gmail.com>
---
drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
index fb88733..e67a18d 100644
--- a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
+++ b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
++end;
}
- *end= '\0';
+ *end = '\0';
out:
return str;
}
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: lustre: Fix spacing error in libcfs_string.c
2015-01-11 18:44 [PATCH] staging: lustre: Fix spacing error in libcfs_string.c Nickolaus Woodruff
@ 2015-01-18 0:00 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-01-18 0:00 UTC (permalink / raw)
To: Nickolaus Woodruff
Cc: andreas.dilger, oleg.drokin, HPDD-discuss, linux-kernel, devel
On Sun, Jan 11, 2015 at 01:44:03PM -0500, Nickolaus Woodruff wrote:
> This patch fixes the following checkpatch.pl error in libcfs_string.c:
>
> ERROR: spaces required around that '='
>
> Signed-off-by: Nickolaus Woodruff <nickolauswoodruff@gmail.com>
> ---
> drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
> index fb88733..e67a18d 100644
> --- a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
> +++ b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
> @@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
> ++end;
> }
>
> - *end= '\0';
> + *end = '\0';
> out:
> return str;
> }
> --
> 1.9.1
Someone already sent this patch before you did, sorry.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-18 0:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 18:44 [PATCH] staging: lustre: Fix spacing error in libcfs_string.c Nickolaus Woodruff
2015-01-18 0:00 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).