All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: lustre: cleanup
@ 2018-03-04 14:16 ` Arushi Singhal
  0 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: devel, Arushi Singhal, gregkh, linux-kernel, outreachy-kernel,
	andreas.dilger, lustre-devel

Spellcheck the comments. 
Remove the repeated, consecutive words with single word.

Arushi Singhal (3):
  staging: lustre: Replace "be be" with "be"
  staging: lustre: Replace "to to" with "to"
  staging: lustre: Replace "dont" with "don't"

 drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
 drivers/staging/lustre/lustre/fld/fld_cache.c          | 2 +-
 drivers/staging/lustre/lustre/include/cl_object.h      | 2 +-
 drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 0/3] staging: lustre: cleanup
@ 2018-03-04 14:16 ` Arushi Singhal
  0 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: andreas.dilger, jsimmons, gregkh, lustre-devel, devel,
	linux-kernel, outreachy-kernel, Arushi Singhal

Spellcheck the comments. 
Remove the repeated, consecutive words with single word.

Arushi Singhal (3):
  staging: lustre: Replace "be be" with "be"
  staging: lustre: Replace "to to" with "to"
  staging: lustre: Replace "dont" with "don't"

 drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
 drivers/staging/lustre/lustre/fld/fld_cache.c          | 2 +-
 drivers/staging/lustre/lustre/include/cl_object.h      | 2 +-
 drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/3] staging: lustre: Replace "be be" with "be"
  2018-03-04 14:16 ` Arushi Singhal
@ 2018-03-04 14:16   ` Arushi Singhal
  -1 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: devel, Arushi Singhal, gregkh, linux-kernel, outreachy-kernel,
	andreas.dilger, lustre-devel

This patch replace "be be" with "be".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
 drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/lustre/lnet/libcfs/debug.c b/drivers/staging/lustre/lnet/libcfs/debug.c
index c70d2ae..1371224 100644
--- a/drivers/staging/lustre/lnet/libcfs/debug.c
+++ b/drivers/staging/lustre/lnet/libcfs/debug.c
@@ -440,7 +440,7 @@ int libcfs_debug_clear_buffer(void)
 	return 0;
 }
 
-/* Debug markers, although printed by S_LNET should not be be marked as such. */
+/* Debug markers, although printed by S_LNET should not be marked as such. */
 #undef DEBUG_SUBSYSTEM
 #define DEBUG_SUBSYSTEM S_UNDEFINED
 int libcfs_debug_mark_buffer(const char *text)
diff --git a/drivers/staging/lustre/lustre/include/lprocfs_status.h b/drivers/staging/lustre/lustre/include/lprocfs_status.h
index 835a729..426e8f3 100644
--- a/drivers/staging/lustre/lustre/include/lprocfs_status.h
+++ b/drivers/staging/lustre/lustre/include/lprocfs_status.h
@@ -114,7 +114,7 @@ struct rename_stats {
  * LPROCFS_CNTR_AVGMINMAX indicates a multi-valued counter samples,
  * (i.e. counter can be incremented by more than "1"). When specified,
  * the counter maintains min, max and sum in addition to a simple
- * invocation count. This allows averages to be be computed.
+ * invocation count. This allows averages to be computed.
  * If not specified, the counter is an increment-by-1 counter.
  * min, max, sum, etc. are not maintained.
  *
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 1/3] staging: lustre: Replace "be be" with "be"
@ 2018-03-04 14:16   ` Arushi Singhal
  0 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: andreas.dilger, jsimmons, gregkh, lustre-devel, devel,
	linux-kernel, outreachy-kernel, Arushi Singhal

This patch replace "be be" with "be".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
 drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/lustre/lnet/libcfs/debug.c b/drivers/staging/lustre/lnet/libcfs/debug.c
index c70d2ae..1371224 100644
--- a/drivers/staging/lustre/lnet/libcfs/debug.c
+++ b/drivers/staging/lustre/lnet/libcfs/debug.c
@@ -440,7 +440,7 @@ int libcfs_debug_clear_buffer(void)
 	return 0;
 }
 
-/* Debug markers, although printed by S_LNET should not be be marked as such. */
+/* Debug markers, although printed by S_LNET should not be marked as such. */
 #undef DEBUG_SUBSYSTEM
 #define DEBUG_SUBSYSTEM S_UNDEFINED
 int libcfs_debug_mark_buffer(const char *text)
diff --git a/drivers/staging/lustre/lustre/include/lprocfs_status.h b/drivers/staging/lustre/lustre/include/lprocfs_status.h
index 835a729..426e8f3 100644
--- a/drivers/staging/lustre/lustre/include/lprocfs_status.h
+++ b/drivers/staging/lustre/lustre/include/lprocfs_status.h
@@ -114,7 +114,7 @@ struct rename_stats {
  * LPROCFS_CNTR_AVGMINMAX indicates a multi-valued counter samples,
  * (i.e. counter can be incremented by more than "1"). When specified,
  * the counter maintains min, max and sum in addition to a simple
- * invocation count. This allows averages to be be computed.
+ * invocation count. This allows averages to be computed.
  * If not specified, the counter is an increment-by-1 counter.
  * min, max, sum, etc. are not maintained.
  *
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] staging: lustre: Replace "to to" with "to"
  2018-03-04 14:16 ` Arushi Singhal
@ 2018-03-04 14:16   ` Arushi Singhal
  -1 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: devel, Arushi Singhal, gregkh, linux-kernel, outreachy-kernel,
	andreas.dilger, lustre-devel

This patch replace "to to" with "to".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lustre/include/cl_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/lustre/include/cl_object.h
index 90419dc..341a145 100644
--- a/drivers/staging/lustre/lustre/include/cl_object.h
+++ b/drivers/staging/lustre/lustre/include/cl_object.h
@@ -1833,7 +1833,7 @@ struct cl_io {
 	 */
 			     ci_verify_layout:1,
 	/**
-	 * file is released, restore has to to be triggered by vvp layer
+	 * file is released, restore has to be triggered by vvp layer
 	 */
 			     ci_restore_needed:1,
 	/**
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] staging: lustre: Replace "to to" with "to"
@ 2018-03-04 14:16   ` Arushi Singhal
  0 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: andreas.dilger, jsimmons, gregkh, lustre-devel, devel,
	linux-kernel, outreachy-kernel, Arushi Singhal

This patch replace "to to" with "to".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lustre/include/cl_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/lustre/include/cl_object.h
index 90419dc..341a145 100644
--- a/drivers/staging/lustre/lustre/include/cl_object.h
+++ b/drivers/staging/lustre/lustre/include/cl_object.h
@@ -1833,7 +1833,7 @@ struct cl_io {
 	 */
 			     ci_verify_layout:1,
 	/**
-	 * file is released, restore has to to be triggered by vvp layer
+	 * file is released, restore has to be triggered by vvp layer
 	 */
 			     ci_restore_needed:1,
 	/**
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] staging: lustre:  Replace "dont" with "don't"
  2018-03-04 14:16 ` Arushi Singhal
@ 2018-03-04 14:16   ` Arushi Singhal
  -1 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: devel, Arushi Singhal, gregkh, linux-kernel, outreachy-kernel,
	andreas.dilger, lustre-devel

Replace "dont" with "don't".
"Dont" is not same as "Do not" or "Don't".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lustre/fld/fld_cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/fld/fld_cache.c b/drivers/staging/lustre/lustre/fld/fld_cache.c
index ecf8b9e..2d61ca4 100644
--- a/drivers/staging/lustre/lustre/fld/fld_cache.c
+++ b/drivers/staging/lustre/lustre/fld/fld_cache.c
@@ -263,7 +263,7 @@ static void fld_cache_punch_hole(struct fld_cache *cache,
 	fldt = kzalloc(sizeof(*fldt), GFP_ATOMIC);
 	if (!fldt) {
 		kfree(f_new);
-		/* overlap is not allowed, so dont mess up list. */
+		/* overlap is not allowed, so don't mess up list. */
 		return;
 	}
 	/*  break f_curr RANGE into three RANGES:
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] staging: lustre:  Replace "dont" with "don't"
@ 2018-03-04 14:16   ` Arushi Singhal
  0 siblings, 0 replies; 10+ messages in thread
From: Arushi Singhal @ 2018-03-04 14:16 UTC (permalink / raw)
  To: oleg.drokin
  Cc: andreas.dilger, jsimmons, gregkh, lustre-devel, devel,
	linux-kernel, outreachy-kernel, Arushi Singhal

Replace "dont" with "don't".
"Dont" is not same as "Do not" or "Don't".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/lustre/lustre/fld/fld_cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/fld/fld_cache.c b/drivers/staging/lustre/lustre/fld/fld_cache.c
index ecf8b9e..2d61ca4 100644
--- a/drivers/staging/lustre/lustre/fld/fld_cache.c
+++ b/drivers/staging/lustre/lustre/fld/fld_cache.c
@@ -263,7 +263,7 @@ static void fld_cache_punch_hole(struct fld_cache *cache,
 	fldt = kzalloc(sizeof(*fldt), GFP_ATOMIC);
 	if (!fldt) {
 		kfree(f_new);
-		/* overlap is not allowed, so dont mess up list. */
+		/* overlap is not allowed, so don't mess up list. */
 		return;
 	}
 	/*  break f_curr RANGE into three RANGES:
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [Outreachy kernel] [PATCH 0/3] staging: lustre: cleanup
  2018-03-04 14:16 ` Arushi Singhal
@ 2018-03-04 15:55   ` Julia Lawall
  -1 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2018-03-04 15:55 UTC (permalink / raw)
  To: Arushi Singhal
  Cc: oleg.drokin, andreas.dilger, jsimmons, gregkh, lustre-devel,
	devel, linux-kernel, outreachy-kernel



On Sun, 4 Mar 2018, Arushi Singhal wrote:

> Spellcheck the comments.
> Remove the repeated, consecutive words with single word.
>
> Arushi Singhal (3):
>   staging: lustre: Replace "be be" with "be"
>   staging: lustre: Replace "to to" with "to"
>   staging: lustre: Replace "dont" with "don't"

For the series:
Acked-by: Julia Lawall <julia.lawall@lip6.fr>

>
>  drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
>  drivers/staging/lustre/lustre/fld/fld_cache.c          | 2 +-
>  drivers/staging/lustre/lustre/include/cl_object.h      | 2 +-
>  drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1520172968-17448-1-git-send-email-arushisinghal19971997%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [lustre-devel] [Outreachy kernel] [PATCH 0/3] staging: lustre: cleanup
@ 2018-03-04 15:55   ` Julia Lawall
  0 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2018-03-04 15:55 UTC (permalink / raw)
  To: Arushi Singhal
  Cc: oleg.drokin, andreas.dilger, jsimmons, gregkh, lustre-devel,
	devel, linux-kernel, outreachy-kernel



On Sun, 4 Mar 2018, Arushi Singhal wrote:

> Spellcheck the comments.
> Remove the repeated, consecutive words with single word.
>
> Arushi Singhal (3):
>   staging: lustre: Replace "be be" with "be"
>   staging: lustre: Replace "to to" with "to"
>   staging: lustre: Replace "dont" with "don't"

For the series:
Acked-by: Julia Lawall <julia.lawall@lip6.fr>

>
>  drivers/staging/lustre/lnet/libcfs/debug.c             | 2 +-
>  drivers/staging/lustre/lustre/fld/fld_cache.c          | 2 +-
>  drivers/staging/lustre/lustre/include/cl_object.h      | 2 +-
>  drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe at googlegroups.com.
> To post to this group, send email to outreachy-kernel at googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1520172968-17448-1-git-send-email-arushisinghal19971997%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-03-04 15:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04 14:16 [PATCH 0/3] staging: lustre: cleanup Arushi Singhal
2018-03-04 14:16 ` Arushi Singhal
2018-03-04 14:16 ` [PATCH 1/3] staging: lustre: Replace "be be" with "be" Arushi Singhal
2018-03-04 14:16   ` Arushi Singhal
2018-03-04 14:16 ` [PATCH 2/3] staging: lustre: Replace "to to" with "to" Arushi Singhal
2018-03-04 14:16   ` Arushi Singhal
2018-03-04 14:16 ` [PATCH 3/3] staging: lustre: Replace "dont" with "don't" Arushi Singhal
2018-03-04 14:16   ` Arushi Singhal
2018-03-04 15:55 ` [Outreachy kernel] [PATCH 0/3] staging: lustre: cleanup Julia Lawall
2018-03-04 15:55   ` [lustre-devel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.